1
0
Fork 0

Removed a debug print message

This commit is contained in:
pigmonkey 2011-06-01 03:13:07 -04:00
parent 4ea3b81945
commit 727108f466
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ end
function core:OnEnable()
self.db:RegisterDefaults(defaults)
for mod,fn in pairs(databaseCallback) do print(mod) fn(db.modules[mod]) end
for mod,fn in pairs(databaseCallback) do fn(db.modules[mod]) end
end
function core:OnDisable()