1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Javascript: Remove weird log

(cherry picked from commit 0c56e011ad)
This commit is contained in:
Max Hilbrunner
2018-05-24 20:18:21 +02:00
committed by Hein-Pieter van Braam
parent 97ad6b813a
commit e29800ea7b

View File

@@ -56,8 +56,6 @@ extern "C" 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 */