Skip to content

Commit d008d5e

Browse files
committed
Remove extra debuggery.
1 parent 5bd94a6 commit d008d5e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

t/03_params.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ use Test::More;
5050
diag "HTML left alone in ignored field - by name";
5151
my $value = '<h1>Bar</h1><p>Foo</p>';
5252
my $req = POST('/', [ignored_param => $value]);
53-
diag "*** REQ: $req";
54-
diag $req->as_string;
5553
my ($res, $c) = ctx_request($req);
5654
is($res->code, RC_OK, 'response ok');
5755
is(

t/05_rest.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ JSON
3232
my $req = POST('/foo',
3333
Content_Type => 'application/json', Content => $json_body
3434
);
35-
diag("REQUEST: " . $req->as_string);
3635
my ($res, $c) = ctx_request($req);
3736
is($res->code, RC_OK, 'response ok');
3837
is(

0 commit comments

Comments
 (0)