remove console.log

This commit is contained in:
Sebastian McKenzie 2015-06-13 18:50:51 +01:00
parent 4934ea56a0
commit e3ce82e12f

View File

@ -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"));