Instead of having to disable the periodic server reports with a cumbersome

specialized ReportManager, let's just not activate them by default.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5846 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-07-03 23:09:04 +00:00
parent 08292eec9e
commit 4731294773
3 changed files with 7 additions and 9 deletions
@@ -131,9 +131,6 @@ public class PresentsDObjectMgr
}
});
// also tell the report manager that we're providing the runqueue for it to do its business
repmgr.init(this);
// register our event helpers
registerEventHelpers();
}