ソースを参照

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[]) {
 int main(int argc, char *argv[]) {
 
 
-	printf("let it go dude!\n");
-
 	// sync from persistent state into memory and then
 	// sync from persistent state into memory and then
 	// run the 'main_after_fs_sync' function
 	// run the 'main_after_fs_sync' function
 	/* clang-format off */
 	/* clang-format off */