Quantcast

Removed debug print in (Save this waypoint between sessions)

Ludovicus [08-09-19 - 19:09]
Removed debug print in (Save this waypoint between sessions)
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 5120194..a5fca1f 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -586,8 +586,6 @@ end,
                     TomTom.waypointprofile[mapId][key] = data
                 end
             end
-        else
-            TomTom:Printf("Eh?  No waypoint!")
         end
     end,
 },