diff --git a/mineleader.lua b/mineleader.lua index 05db6ac..2ba2840 100644 --- a/mineleader.lua +++ b/mineleader.lua @@ -142,7 +142,6 @@ local function attemptBreak(breakf, inspectf, notPattern) if not exists then return true end - print("Block found: " .. data.name) if string.match(data.name, notPattern) then return false end