From e79d34c576a5d5351b5a689654612767bed01b0e Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 16 Jan 2011 22:53:51 +0000 Subject: [PATCH] Remove some debug messages --- TomTom.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TomTom.lua b/TomTom.lua index 39fcd89..588e123 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -800,12 +800,6 @@ end function TomTom:AddMFWaypoint(m, f, x, y, opts) opts = opts or {} - print("AddMFWaypoint", m, f, x, y, opts and opts.title) - if opts then - for k,v in pairs(opts) do - print("option:", k, v) - end - end local callbacks if opts.custom_callbacks then callbacks = opts.custom_callbacks -- 1.7.9.5