Skip to content

Commit 7923007

Browse files
committedJun 17, 2014
Remove debug line
1 parent 6be00fe commit 7923007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎opal/corelib/module.rb

-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def const_missing(const)
250250
var autoloader;
251251
252252
if (self.__autoload && (autoloader = self.__autoload[#{const}])) {
253-
console.log("autoloading: " + #{const});
254253
return self.$require(autoloader);
255254
}
256255
}

0 commit comments

Comments
 (0)
Please sign in to comment.