Skip to content

Commit

Permalink
tracing off.
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Aug 8, 2023
1 parent 6fec91e commit 1359077
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/dada/DADA/Security/SimpleAuthStringState.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package DADA::Security::SimpleAuthStringState;

use strict;

my $t = 1;
my $t = 0;
my $dbi_obj = undef;

use lib qw(../../ ../../DADA ../perllib ./ ../ ../perllib ../../ ../../perllib);
Expand Down Expand Up @@ -62,7 +62,8 @@ sub make_state {
or die "cannot do statement $DBI::errstr\n";
$sth->finish;

warn '$auth_str: ' . $auth_str if $t;
warn '$auth_str: ' . $auth_str
if $t;

return $auth_str;

Expand Down

0 comments on commit 1359077

Please sign in to comment.