|
From: <kin...@us...> - 2025-09-28 18:28:37
|
Revision: 7515
http://sourceforge.net/p/teem/code/7515
Author: kindlmann
Date: 2025-09-28 18:28:35 +0000 (Sun, 28 Sep 2025)
Log Message:
-----------
removing left-over debugging msg
Modified Paths:
--------------
teem/trunk/src/hest/methodsHest.c
Modified: teem/trunk/src/hest/methodsHest.c
===================================================================
--- teem/trunk/src/hest/methodsHest.c 2025-09-28 18:16:31 UTC (rev 7514)
+++ teem/trunk/src/hest/methodsHest.c 2025-09-28 18:28:35 UTC (rev 7515)
@@ -551,10 +551,6 @@
opt->source = hestSourceUnknown;
opt->parmStr = NULL;
opt->helpWanted = AIR_FALSE;
-
- if (airTypeInt == type && 1 == min && 1 == max) {
- printf("!something like %s: got valueP %p\n", "hestOptAdd_1_Int", AIR_VOIDP(valueP));
- }
return;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|