Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arjclark committed Feb 8, 2017
1 parent b3d794f commit db66234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cylc/task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,6 @@ def put_rundb_suite_params(self, initial_point, final_point, format=None):
{"key": "final_point", "value": str(final_point)},
])
if format:
print "during format thing"
self.db_inserts_map[self.TABLE_SUITE_PARAMS].extend([
{"key": "cycle_point_format", "value": str(format)}
])
Expand Down

0 comments on commit db66234

Please sign in to comment.