Skip to content

Commit 74bc7ef

Browse files
committed
Removed debug output
1 parent 1254950 commit 74bc7ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fast++-read_input.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ bool read_params(options_t& opts, input_state_t& state, const std::string& filen
383383
state.delta_chi2.push_back(-chi2);
384384
state.delta_chi2.push_back(+chi2);
385385
}
386-
387-
print(state.conf_interval);
388-
print(state.delta_chi2);
389386
} else {
390387
opts.c_interval.clear();
391388
}

0 commit comments

Comments
 (0)