Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
* Removed debugging prints
  • Loading branch information
Wuild committed Jun 6, 2022
1 parent c8d247d commit e253110
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/methods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local Pins = LibStub("HereBeDragons-Pins-2.0");
local L = LibStub("AceLocale-3.0"):GetLocale("GatherLite", true)
local GFrame = LibStub("GatherLiteFrame");
local Semver = LibStub("Semver");
local Throttler = LibStub("Throttler");

local tracker = {
nodeID = nil,
Expand Down Expand Up @@ -615,7 +614,6 @@ local function loadDatabase(type)
existingNode.coins = node.coins;
existingNode.lastvisit = node.lastvisit;
else
GatherLite:print("Local node not found")
local _, _, instance = HBD:GetWorldCoordinatesFromZone(node.posX, node.posY, node.mapID);
node.predefined = false;
node.loaded = false;
Expand Down

0 comments on commit e253110

Please sign in to comment.