Skip to content

Commit 2686ef5

Browse files
committed
Remove debug print
1 parent 2c3737f commit 2686ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/bxgeomtools/src/simple_shaped_model.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ namespace geomtools {
159159
models_col_type * models_)
160160
{
161161
datatools::logger::priority logging = get_logging_priority();
162-
logging = datatools::logger::PRIO_DEBUG;
162+
// logging = datatools::logger::PRIO_DEBUG;
163163
DT_LOG_TRACE(logging, "Entering...");
164164

165165
// Initialization:

0 commit comments

Comments
 (0)