removed debug output
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 17 Nov 2006 15:50:31 +0000 (15:50 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 17 Nov 2006 15:50:31 +0000 (15:50 +0000)
[r8398]

ir/debug/firm_ycomp.c

index 4c1a40d..fb9bd1a 100644 (file)
@@ -120,7 +120,6 @@ static int cmp_nodes(const void *a, const void *b) {
 static INLINE void send_cmd(const char *buf) {
        ssize_t res, len;
 
-       fprintf(stderr, "'%s'\n", buf);
        len = strlen(buf);
        res = firmnet_send(yy_dbg.fd, (const void *)buf, len);
        assert(res == len);