From 55fd013e397f514d048b2b63b2ad34f67673b5e9 Mon Sep 17 00:00:00 2001 From: Brad Sawatzky <sawatzky@users.noreply.github.com> Date: Tue, 9 Sep 2014 18:15:14 -0400 Subject: [PATCH] Disable hms track debug info debug info should be suppressed in the main develop branch --- examples/PARAM/hdebug.param | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PARAM/hdebug.param b/examples/PARAM/hdebug.param index 2f7dc21..950b1f6 100644 --- a/examples/PARAM/hdebug.param +++ b/examples/PARAM/hdebug.param @@ -65,7 +65,7 @@ ; hdbg_clusters_cal call h_prt_cal_clusters hdbg_clusters_cal = 0 ; hdbg_tracks_cal call h_prt_cal_tracks - hdbg_tracks_cal = 1 + hdbg_tracks_cal = 0 ; hdbg_tests_cal call h_prt_cal_tests HMS_TRACK_TESTS hdbg_tests_cal = 0 ; -- GitLab