diff options
author | ivan <ivan> | 2007-10-09 17:57:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-09 17:57:25 +0000 |
commit | 02b3580742017848490de288513696b10746f1d1 (patch) | |
tree | 1c90d8719dec9dc62c5efb26b8daccd442663965 | |
parent | 424ccae1ae17a8ee317200b336da5b588d7c70be (diff) |
be polite! don't spew debugging info unless its asked for.
-rw-r--r-- | FS/FS/cust_main.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index bdc181014..bf827a3ed 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2731,7 +2731,8 @@ sub due_cust_event { if $DEBUG; # > 1; warn " invalid conditions not eliminated with condition_sql:\n". - join('', map " $_: ".$unsat{$_}."\n", keys %unsat ); + join('', map " $_: ".$unsat{$_}."\n", keys %unsat ) + if $DEBUG; # > 1; ## # 3: insert |