Skip to content
Snippets Groups Projects
Commit d587b9c0 authored by Thibaut Hourlier's avatar Thibaut Hourlier
Browse files

Remove debug messages

parent 330bdef9
No related branches found
No related tags found
2 merge requests!1Fix precedence problem by replacing or with ||,!1Fix precedence problem by replacing or with ||
......@@ -19,7 +19,6 @@ sub main {
plan tests => 7;
my $handler = do_init();
# hold the ref to prevent garbage collection
print STDERR "AARRRGGG\n";
MainLoop();
return 0;
......@@ -32,11 +31,9 @@ sub do_init {
$M->clip_ids(@id);
$M->after(10000, sub { fail("whole-test timeout"); $M->destroy });
print STDERR "GGG\n";
my $handler = init_zircon_conn($M, @id);
$M->state_bump(new => @id);
print STDERR "RRRGGG\n";
return $handler;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment