Skip to content

Commit

Permalink
release: Broblem solved, remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
but0n committed Apr 2, 2018
1 parent 382b29c commit 4adab2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions main/build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ char *build(
if(detailSampleMaxError == 0)
detailSampleMaxError = CFG_DETAIL_SAMPLE_MAX_ERROR;

m_ctx->log(RC_LOG_PROGRESS, "Max slope is %f", agentMaxSlope);


if (!m_geom->getMesh()) {

m_ctx->log(RC_LOG_ERROR, "No mesh data, please read buffer first!");
Expand Down
1 change: 0 additions & 1 deletion main/port.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ namespace demo {
if(c_detailSampleMaxError != c_detailSampleMaxError)
c_detailSampleMaxError = 0;

printf("[js]\tMax slope is %f\n", c_agentMaxSlope);
char *result;
result = build(
c_cellSize,
Expand Down

0 comments on commit 4adab2f

Please sign in to comment.