Skip to content

Commit

Permalink
Remove useless debug (WTF? I didn't even know this was pushed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeg9 committed Jul 2, 2013
1 parent 521a9ef commit 5a09e72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions itemframes/init.lua
Expand Up @@ -14,12 +14,8 @@ minetest.register_entity("itemframes:item",{
self.texture = tmp.texture
tmp.texture = nil
else
print("warnninining")
print (dump(staticdata))
if staticdata ~= nil and staticdata ~= "" then
local data = staticdata:split(';')
print("deeebuguugug")
print(dump(data))
if data and data[1] and data[2] then
self.nodename = data[1]
self.texture = data[2]
Expand Down

0 comments on commit 5a09e72

Please sign in to comment.