We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382b29c commit 4adab2fCopy full SHA for 4adab2f
main/build.cpp
@@ -84,9 +84,6 @@ char *build(
84
if(detailSampleMaxError == 0)
85
detailSampleMaxError = CFG_DETAIL_SAMPLE_MAX_ERROR;
86
87
- m_ctx->log(RC_LOG_PROGRESS, "Max slope is %f", agentMaxSlope);
88
-
89
90
if (!m_geom->getMesh()) {
91
92
m_ctx->log(RC_LOG_ERROR, "No mesh data, please read buffer first!");
main/port.cpp
@@ -72,7 +72,6 @@ namespace demo {
72
if(c_detailSampleMaxError != c_detailSampleMaxError)
73
c_detailSampleMaxError = 0;
74
75
- printf("[js]\tMax slope is %f\n", c_agentMaxSlope);
76
char *result;
77
result = build(
78
c_cellSize,
0 commit comments