summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 22:38:36 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 22:38:36 +0000
commit4ed1b1d21be8f35dcbd4b7afb289214a6f47df76 (patch)
treea8ef49a12e36b51f7c8f11c3862a9178aa846ad7 /shop.lua
parent8cd33d47363a8a180bdbd931c686e39c81398fbd (diff)
shop
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