src/inc/common.h 1.153
1.153 2009/06/29 16:07:34 tdreszer
Removing not ready for prime time code (debugMsg) which I accidentally checked in
Index: src/inc/common.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.h,v
retrieving revision 1.152
retrieving revision 1.153
diff -b -B -U 4 -r1.152 -r1.153
--- src/inc/common.h 26 Jun 2009 19:57:54 -0000 1.152
+++ src/inc/common.h 29 Jun 2009 16:07:34 -0000 1.153
@@ -286,9 +286,8 @@
#if defined(__GNUC__)
__attribute__((format(printf, 2, 3)))
#endif
;
-#define debugMsg(verbosity, format, args...) { verbose(verbosity,"[%s(%d)::%s] ", __FILE__, __LINE__, __func__); verbose(verbosity, format, ##args); }
void verboseTime(int verbosity, char *label, ...)
/* Print label and how long it's been since last call. Call with
* a NULL label to initialize. Verbosity level 1 */