diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-06-20 14:24:31 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-06-20 14:24:31 -0500 |
commit | 0f085d9cf57023fbe653b8ccbdd48bb0692a6b40 (patch) | |
tree | 5046b62d2350307dfa2706b5a6a6effaec4e86a8 | |
parent | 5ba5fe453bdd10fddadedd8872755d96414c8e06 (diff) | |
download | sddm-0f085d9cf57023fbe653b8ccbdd48bb0692a6b40.tar.gz sddm-0f085d9cf57023fbe653b8ccbdd48bb0692a6b40.tar.bz2 sddm-0f085d9cf57023fbe653b8ccbdd48bb0692a6b40.zip |
delete print statement
-rwxr-xr-x | utils/cat-grid-jobs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/cat-grid-jobs b/utils/cat-grid-jobs index 13b3d46..c5eee11 100755 --- a/utils/cat-grid-jobs +++ b/utils/cat-grid-jobs @@ -91,8 +91,6 @@ if __name__ == '__main__': run = ev['run'] gtid = ev['gtid'] - print((run,gtid)) - if (run,gtid) in fit_results: ev['fit'] = fit_results[(run,gtid)] events_with_fit += 1 |