1
0
Ver Fonte

undo Sebastian's (and my) n00bness:)

Dale Henrichs há 13 anos atrás
pai
commit
052996dccf
1 ficheiros alterados com 0 adições e 1 exclusões
  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() */