1
0
Fork 0

Remove debugging stuff.

This commit is contained in:
Andrew Tomaka 2011-10-03 22:41:55 -04:00
parent b59717d06c
commit ad62d9af11
1 changed files with 1 additions and 3 deletions

View File

@ -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