Remove redundant print statement

This commit is contained in:
Emik 2025-04-17 23:10:12 +02:00
parent 9347fca3cc
commit f6c6066751
Signed by: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 1 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.3.1"
"version": "1.3.2"
}

View file

@ -369,7 +369,6 @@ function get_current_pool(_type, ...)
end
end
print(pool_key)
return pool, pool_key
end