- Removed sneaky debug message
Yaron Kfir [09-18-14 - 03:43]
- Removed sneaky debug message
diff --git a/Changelog b/Changelog
index 414fb13..ca91629 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,8 @@
Changelog
+v2.3
+ - Removed sneaky debug message
+
v2.2
- Support API version 100009
- Added optional sound notification when search is complete
diff --git a/PriceTracker.lua b/PriceTracker.lua
index a77e8fa..4e99cd4 100644
--- a/PriceTracker.lua
+++ b/PriceTracker.lua
@@ -141,7 +141,6 @@ function PriceTracker:OnUpdateTooltip(item, tooltip)
if item.dataEntry and item.dataEntry.data and item.dataEntry.data.itemId then
itemId = item.dataEntry.data.itemId
level = tonumber(item.dataEntry.data.level)
- d(itemId .. " |--| " .. level)
else
return
end
diff --git a/PriceTracker.txt b/PriceTracker.txt
index 0f55c56..fec9417 100644
--- a/PriceTracker.txt
+++ b/PriceTracker.txt
@@ -1,6 +1,6 @@
## Title: PriceTracker
## Author: Barvazon
-## Version: 2.2
+## Version: 2.3
## SavedVariables: PriceTrackerSettings
## APIVersion: 100009
## OptionalDependsOn: LibAddonMenu-2.0