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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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