diff options
| author | Max Hilbrunner | 2018-05-24 21:11:17 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-24 21:11:17 +0200 |
| commit | fd1ee14056a09e47e4d3d4644bb089d33a853898 (patch) | |
| tree | 63b9943a94cc7b6980fc313d84d084076a352d73 /platform/javascript/javascript_main.cpp | |
| parent | 64c903580ec5798e480a7c5215117bdcc933e93e (diff) | |
| parent | 0c56e011adf4de59848d8fb801e8741119548543 (diff) | |
| download | godot-fd1ee14056a09e47e4d3d4644bb089d33a853898.tar.gz godot-fd1ee14056a09e47e4d3d4644bb089d33a853898.tar.zst godot-fd1ee14056a09e47e4d3d4644bb089d33a853898.zip | |
Diffstat (limited to 'platform/javascript/javascript_main.cpp')
| -rw-r--r-- | platform/javascript/javascript_main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/javascript/javascript_main.cpp b/platform/javascript/javascript_main.cpp index 54d4755bd..68a2d7246 100644 --- a/platform/javascript/javascript_main.cpp +++ b/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 */ |
