summaryrefslogtreecommitdiff
path: root/shop2/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'shop2/main.lua')
-rw-r--r--shop2/main.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/shop2/main.lua b/shop2/main.lua
index e4995cc..1def219 100644
--- a/shop2/main.lua
+++ b/shop2/main.lua
@@ -49,7 +49,7 @@ local function proctrans(tr)
if not idesc then
-- some other metaname that has nothing to do with us
-- presumably some other service @ac.kst. so just ignore it
- tell("(debug) i didn't recognise that metaname so no transaction occurs")
+ -- tell("(debug) i didn't recognise that metaname so no transaction occurs")
return
end
@@ -84,7 +84,6 @@ local function run_shop()
our_addr = msg.address.address
end
if msg.type == "event" and msg.event == "transaction" then
- print("proctransing...")
proctrans(msg.transaction)
end
end