소스 검색

Undo the init.js console log n00bness

Sebastian Sastre 12 년 전
부모
커밋
9c26804eb8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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() */