From ad62d9af11784c211cb32916c27a58865d7f08e2 Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 3 Oct 2011 22:41:55 -0400 Subject: [PATCH] Remove debugging stuff. --- ChoreTracker.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index 7a695ff..996b441 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -259,7 +259,6 @@ function core:DrawInstanceOptions() order = 1, set = function(info, value) if core:VerifyInstance(value) then - print('Adding',value) db.profile.instances[value] = { } db.profile.instances[value].abbreviation = string.sub(value,0,1) db.profile.instances[value].enable = true @@ -430,9 +429,8 @@ function core:GetNextVPReset() resetDate.sec = resetTime.sec vpResetTime = time(resetDate) - print(vpResetTime) else - print('No Time') + print('Error: Could not caculate the next VP Reset Time.') vpResetTime = nil end end