Delete debug print
This commit is contained in:
parent
f8598c5bda
commit
3f43c3582d
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ sub post_login {
|
|||
sub post_logout {
|
||||
my $c = shift;
|
||||
|
||||
print STDERR "TEST";
|
||||
|
||||
my $session_key = $c->req->json('/session_key');
|
||||
|
||||
my $session_result =
|
||||
|
|
Reference in a new issue