//scale: remove debug statement

This commit is contained in:
Starbeamrainbowlabs 2021-02-25 22:52:47 +00:00
parent a0c20a1503
commit 756bd49470
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ worldedit.register_command("scale", {
privs = { worldedit = true },
require_pos = 2,
parse = function(params_text)
print("[DEBUG//scale] got params_text '"..params_text.."'")
if not params_text then params_text = "" end
local parts = worldeditadditions.split(params_text, "%s+", false)