Skip to content

Commit e051098

Browse files
committed
comment out console.log
1 parent 4e7f9d4 commit e051098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_support/mini_require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ function define(module, payload) {
8888
return;
8989
}
9090

91-
console.log('defining module: ' + module + ' as a ' + typeof payload);
91+
// console.log('defining module: ' + module + ' as a ' + typeof payload);
9292
require.modules[module] = payload;
9393
}

0 commit comments

Comments
 (0)