This commit is contained in:
blitzmann
2017-07-11 02:29:21 -04:00
parent b55fcfaf04
commit d19486ce15
127 changed files with 383 additions and 113 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)