Remove debug line

This commit is contained in:
Wuzzy 2015-05-29 05:27:43 +02:00
parent 31f036b97f
commit 495e97ec10

View File

@ -73,7 +73,6 @@ inventory_plus.get_tabheader = function(player,tabidname)
tabheader = tabheader .. ","
end
end
minetest.log("error", tabid .. " " .. tabidname)
tabheader = tabheader .. ";"..tostring(tabid)..";false;true]"
return tabheader
end