]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
kill accidentally committed debug print
authorAntti Kantee <pooka@iki.fi>
Tue, 20 Oct 2015 14:57:25 +0000 (14:57 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 20 Oct 2015 14:57:25 +0000 (14:57 +0000)
lib/librumprun_base/rumprun.c

index b5d52e565167fd47126757516972f6bff089294f..e67ebdce7351195db7126c2f90e35bf042303b09 100644 (file)
@@ -213,7 +213,6 @@ rumprun(int flags, int (*mainfun)(int, char *[]), int argc, char *argv[])
        LIST_INSERT_HEAD(&rumprunners, rr, rr_entries);
 
        /* async launch? */
-       printf("flags is %x\n", flags);
        if ((flags & (RUMPRUN_EXEC_BACKGROUND | RUMPRUN_EXEC_PIPE)) != 0) {
                return rr;
        }