From f6c6066751629c94235607124149427d8aba77ef Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 17 Apr 2025 23:10:12 +0200 Subject: [PATCH] Remove redundant print statement --- manifest.json | 2 +- src/back.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index adabff9..73875d2 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.3.1" + "version": "1.3.2" } \ No newline at end of file diff --git a/src/back.lua b/src/back.lua index ab66ea6..cb45469 100644 --- a/src/back.lua +++ b/src/back.lua @@ -369,7 +369,6 @@ function get_current_pool(_type, ...) end end - print(pool_key) return pool, pool_key end