Skip to content

Commit 99a9a4a

Browse files
fix #7372
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 1ace3d0 commit 99a9a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sat/sat_config.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ namespace sat {
158158
m_lookahead_delta_fraction = p.lookahead_delta_fraction();
159159
m_lookahead_use_learned = p.lookahead_use_learned();
160160
if (m_lookahead_delta_fraction < 0 || m_lookahead_delta_fraction > 1.0) {
161-
verbose_stream() << m_lookahead_delta_fraction << "\n";
162161
throw sat_param_exception("invalid value for delta fraction. It should be a number in the interval 0 to 1");
163162
}
164163

0 commit comments

Comments
 (0)