From: Jeremy Kerr Date: Mon, 15 Dec 2008 06:43:35 +0000 (+1100) Subject: Don't print pid on ui test startup X-Git-Tag: v1.0.0~949 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=ac385bd84b955f0d0397700a1f73e199dbe4c86a Don't print pid on ui test startup Signed-off-by: Jeremy Kerr --- diff --git a/ui/test/pb-test.c b/ui/test/pb-test.c index a36e991..0d27f6c 100644 --- a/ui/test/pb-test.c +++ b/ui/test/pb-test.c @@ -44,8 +44,6 @@ int main(void) { struct discover_client *client; - printf("pid: %d\n", getpid()); - client = discover_client_init(&client_ops); if (!client) return -1;