Skip to content

Commit

Permalink
Comments the last debug line completely
Browse files Browse the repository at this point in the history
  • Loading branch information
hollie committed Mar 5, 2017
1 parent 0986cc8 commit 07fdb88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/Generic_Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1407,13 +1407,13 @@ sub get_logger_data {
# . ( $year + 1900 ) . "/"
# . ( $mon + 1 ) . "/"
# . $mday . "\n"
if (-e $::config_parms{data_dir}
. "/object_logs/"
. $object_name . "/"
. ( $year + 1900 ) . "/"
. ( $mon + 1 ) . "/"
. $mday
. ".log" );
# if (-e $::config_parms{data_dir}
# . "/object_logs/"
# . $object_name . "/"
# . ( $year + 1900 ) . "/"
# . ( $mon + 1 ) . "/"
# . $mday
# . ".log" );
$data .=
::file_read( $::config_parms{data_dir}
. "/object_logs/"
Expand Down

0 comments on commit 07fdb88

Please sign in to comment.