Prechádzať zdrojové kódy

Javascript: Remove weird log

Max Hilbrunner 7 rokov pred
rodič
commit
0c56e011ad
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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 */