瀏覽代碼

Javascript: Remove weird log

Max Hilbrunner 7 年之前
父節點
當前提交
0c56e011ad
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      platform/javascript/javascript_main.cpp

+ 0 - 2
platform/javascript/javascript_main.cpp

@@ -56,8 +56,6 @@ extern "C" EMSCRIPTEN_KEEPALIVE void main_after_fs_sync(char *p_idbfs_err) {
 
 int main(int argc, char *argv[]) {
 
-	printf("let it go dude!\n");
-
 	// sync from persistent state into memory and then
 	// run the 'main_after_fs_sync' function
 	/* clang-format off */