From 38a175b2391fa465554e40edda1d02b4a314befa Mon Sep 17 00:00:00 2001 From: yukirij Date: Sun, 25 Aug 2024 22:06:11 -0700 Subject: [PATCH] Remove message data console print. --- www/js/system.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/system.js b/www/js/system.js index 1ef6461..d7add0b 100644 --- a/www/js/system.js +++ b/www/js/system.js @@ -356,7 +356,6 @@ function MESSAGE(event) { return; } - console.log(data); if(SCENE.message !== undefined) { SCENE.message(code, data) }; }