remove console.log
This commit is contained in:
parent
4934ea56a0
commit
e3ce82e12f
@ -910,7 +910,3 @@ export default class Scope {
|
||||
if (info) info.scope.removeOwnBinding(name);
|
||||
}
|
||||
}
|
||||
|
||||
console.log(Object.keys(Scope.prototype).sort().map(function (key) {
|
||||
return key + Scope.prototype[key].toString().match(/\((.*?)\)/g)[0];
|
||||
}).join("\n"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user