diff Main.lua @ 442:2151f136ca5c

Removed LibPetJournal-2.0 as all code using that library is currently commented out (it will be easy to readd if we need it again).
author MMOSimca <MMOSimca@gmail.com>
date Sun, 01 Mar 2015 00:01:03 -0500
parents 7e0ef2127b49
children cecd877476ff
line wrap: on
line diff
--- a/Main.lua	Sat Feb 28 23:59:07 2015 -0500
+++ b/Main.lua	Sun Mar 01 00:01:03 2015 -0500
@@ -25,7 +25,6 @@
 local WDP = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "AceConsole-3.0", "AceEvent-3.0")
 
 local deformat = LibStub("LibDeformat-3.0")
-local LPJ = LibStub("LibPetJournal-2.0")
 
 local DatamineTT = _G.CreateFrame("GameTooltip", "WDPDatamineTT", _G.UIParent, "GameTooltipTemplate")
 DatamineTT:SetOwner(_G.WorldFrame, "ANCHOR_NONE")
@@ -2499,7 +2498,8 @@
 
 
 -- This function produces data currently unused by wowdb.com, and it causes unneeded bloat in the raw lua DB.
---[[function WDP:PET_JOURNAL_LIST_UPDATE(event_name)
+--[[local LPJ = LibStub("LibPetJournal-2.0")
+function WDP:PET_JOURNAL_LIST_UPDATE(event_name)
     if DEBUGGING then
         return
     end