Skip to content

Commit 4adab2f

Browse files
committed
release: Broblem solved, remove console
1 parent 382b29c commit 4adab2f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

main/build.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ char *build(
8484
if(detailSampleMaxError == 0)
8585
detailSampleMaxError = CFG_DETAIL_SAMPLE_MAX_ERROR;
8686

87-
m_ctx->log(RC_LOG_PROGRESS, "Max slope is %f", agentMaxSlope);
88-
89-
9087
if (!m_geom->getMesh()) {
9188

9289
m_ctx->log(RC_LOG_ERROR, "No mesh data, please read buffer first!");

main/port.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ namespace demo {
7272
if(c_detailSampleMaxError != c_detailSampleMaxError)
7373
c_detailSampleMaxError = 0;
7474

75-
printf("[js]\tMax slope is %f\n", c_agentMaxSlope);
7675
char *result;
7776
result = build(
7877
c_cellSize,

0 commit comments

Comments
 (0)