Remove left over debugging code
authorFlorian Festi <ffesti@redhat.com>
Tue, 27 Mar 2012 12:31:50 +0000 (14:31 +0200)
committerFlorian Festi <ffesti@redhat.com>
Tue, 27 Mar 2012 12:32:52 +0000 (14:32 +0200)
lib/fsm.c

index a6fb9a3..7a2939e 100644 (file)
--- a/lib/fsm.c
+++ b/lib/fsm.c
@@ -1023,8 +1023,6 @@ exit:
     }
     fsm->path = path;
     free(symbuf);
-    if (rc)
-        printf(rpmcpioStrerror(rc));
     return rc;
 }