Index: /issm/trunk/src/c/include/macros.h
===================================================================
--- /issm/trunk/src/c/include/macros.h	(revision 3771)
+++ /issm/trunk/src/c/include/macros.h	(revision 3772)
@@ -30,8 +30,6 @@
 #else
 #define ISSMASSERT(ignore)\
-  printf("ISSM_DEBUG undefined\n");
+  ((void) 0)
 #endif
-#define ISSMASSERT2(statement)\
-  if (!(statement)) ISSMERROR("ASSERT2 STOP"); else printf("NO STOP\n")
 
 /*The following macros hide the error exception handling in a matlab module. Just put 
