1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Javascript: Remove weird log

This commit is contained in:
Max Hilbrunner
2018-05-24 20:18:21 +02:00
committed by GitHub
parent d55351ed20
commit 0c56e011ad

View File

@@ -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 */