зеркало из https://github.com/mozilla/pluotsorbet.git
remove logging of class files we load
This commit is contained in:
Родитель
01ee837a77
Коммит
cce935dc89
|
@ -65,7 +65,6 @@ Classes.prototype.loadClassBytes = function(bytes) {
|
|||
}
|
||||
|
||||
Classes.prototype.loadClassFile = function(fileName) {
|
||||
console.log("loading " + fileName + " ...");
|
||||
var bytes = this.loadFile(fileName);
|
||||
if (!bytes)
|
||||
throw new (Classes.ClassNotFoundException)(fileName);
|
||||
|
|
Загрузка…
Ссылка в новой задаче