summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index bfa819c..5c2caa6 100644
--- a/shop.lua
+++ b/shop.lua
@@ -54,7 +54,6 @@ while true do
m.write(our_addr)
end
if msg.type == "event" and msg.event == "transaction" then
- print(msgtxt)
require"cc.pretty".pretty_print(proctrans(msg.transaction))
end
end