Browse Source

Undo the init.js console log n00bness

Sebastian Sastre 12 năm trước cách đây
mục cha
commit
9c26804eb8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      js/init.js

+ 0 - 1
js/init.js

@@ -1,6 +1,5 @@
 smalltalk.init(smalltalk.Object);
 smalltalk.classes()._do_(function(each) {
-	console.log(each.className); 
 	each._initialize()});
 
 /* Similar to jQuery(document).ready() */