Remove log spam

This commit is contained in:
blitzmann
2017-07-11 01:10:55 -04:00
parent 453054f6c7
commit 30fe7930a9
2 changed files with 2 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ class Fit(object):
Projected is a recursion flag that is set to reduce recursions into projected fits
Basic is a flag to simply return the fit without any other processing
"""
pyfalog.debug("Getting fit for fit ID: {0}", fitID)
#pyfalog.debug("Getting fit for fit ID: {0}", fitID)
if fitID is None:
return None
fit = eos.db.getFit(fitID)