Skip to content

Commit d6cf284

Browse files
committed
Remove some debug output of dynamic ref lines
1 parent 0df9b5a commit d6cf284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RefLineDynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ void RefLineDynamic::startUpdateLines()
728728
calc_num, starting_calc_num, sessionId,
729729
js_fwhm_fcn, ref_lines_answer,updaterfcn](){
730730

731-
#define DEBUG_DYNAMIC_REF_LINES_TIMING
731+
//#define DEBUG_DYNAMIC_REF_LINES_TIMING
732732
#ifdef DEBUG_DYNAMIC_REF_LINES_TIMING
733733
const auto lambda_start_time = std::chrono::high_resolution_clock::now();
734734
const auto get_elapsed_milliseconds = [lambda_start_time]() -> long long {

0 commit comments

Comments
 (0)