From ac385bd84b955f0d0397700a1f73e199dbe4c86a Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 15 Dec 2008 17:43:35 +1100 Subject: Don't print pid on ui test startup Signed-off-by: Jeremy Kerr --- ui/test/pb-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/test') 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; -- cgit v1.2.1