From: Florian Festi Date: Tue, 27 Mar 2012 12:31:50 +0000 (+0200) Subject: Remove left over debugging code X-Git-Tag: tznext/4.11.0.1.tizen20130304~609 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8d34d9deb8afee548916eae5d9eef535e188c31;p=tools%2Flibrpm-tizen.git Remove left over debugging code --- diff --git a/lib/fsm.c b/lib/fsm.c index a6fb9a3..7a2939e 100644 --- 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; }