Skip to content

Commit

Permalink
Minor non-rc-breaking patch removing spurious debug warn statement
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@5298 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
einhverfr committed Dec 3, 2012
1 parent b1adbd7 commit c44e40a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lsmb-request.pl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ package LedgerSMB::Handler;
$logger->debug("getting new LedgerSMB");

my $request = new LedgerSMB;
warn 'breakpoint:' . __LINE__;

$logger->debug("Got \$request=$request");
$logger->trace("\$request=".Data::Dumper::Dumper($request));
Expand Down

0 comments on commit c44e40a

Please sign in to comment.