]> granicus.if.org Git - check/commitdiff
check.c: remove debug
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:33:39 +0000 (18:33 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:33:39 +0000 (18:33 +0000)
removing some debug printing that was left in.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1011 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/check.c

index c2e9ada8eda91f456f1f6db088724e6ab8406523..aa23b2e3142844a7e0c67333e3b69c40acf16765 100644 (file)
@@ -393,10 +393,6 @@ TestResult *tr_create(void)
 
 void tr_reset(TestResult *tr)
 {
-    if(tr->msg != NULL)
-    {
-        printf("BMA: Resetting: %s:%d, %s\n", __FILE__, __LINE__, tr->msg);
-    }
   tr_init(tr);
 }