From 1905960b51f939bf7265b4e619fa5a49a46b143f Mon Sep 17 00:00:00 2001 From: ParticleG Date: Thu, 31 Oct 2024 19:11:19 +0800 Subject: [PATCH] - Remove print --- Zframework/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index 8604a7e3..6d3a2f5a 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -215,8 +215,6 @@ if JS then repeat love.timer.sleep(1) JS.retrieveData(1) - print("In lua: " .. res) - print(JS) until res return res end