Author: nunofsantos
Date: 2008-12-02 11:54:29 -0500 (Tue, 02 Dec 2008)
New Revision: 2904
Modified:
mgmt/trunk/mint/python/mint/tools.py
Log:
remove prints used for debugging
Modified: mgmt/trunk/mint/python/mint/tools.py
===================================================================
--- mgmt/trunk/mint/python/mint/tools.py 2008-12-02 16:52:14 UTC (rev 2903)
+++ mgmt/trunk/mint/python/mint/tools.py 2008-12-02 16:54:29 UTC (rev 2904)
@@ -83,9 +83,6 @@
model = MintModel(opts.get("data", ddef),
opts.get("dbexpire-frequency", freqDefault), \
opts.get("dbexpire-threshold", thresholdDefault),
debug=True)
- print opts.get("dbexpire-frequency", freqDefault)
- print opts.get("dbexpire-threshold", thresholdDefault)
-
model.check()
model.init()
model.start()
Show replies by date