summaryrefslogtreecommitdiff
path: root/shop2/main.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-12 17:15:16 +0000
committerubq323 <ubq323@ubq323.website>2023-01-12 17:15:16 +0000
commit6f9772202e3fd11ade9937e5f3540edc444f12da (patch)
tree78429e5e1cd2386083ea080ff0479377adb2cd77 /shop2/main.lua
parent278e129f9fb245a8978dcc5eae8bc55026b361b4 (diff)
shop2
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