removed some commented lines
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jun 2006 21:58:23 +0000 (21:58 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jun 2006 21:58:23 +0000 (21:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4622 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Utils/Editor.pm

index a657d35..42980e5 100644 (file)
@@ -372,7 +372,6 @@ sub runmethod {
 
        my @arg = ($arg);
        my $method = "open-ils.storage.direct.$type.$action";
-       #my $argstr = _arg_to_string($arg);
 
        if( $action eq 'search' ) {
                $method =~ s/search/search_where/o;
@@ -392,7 +391,6 @@ sub runmethod {
        # remove any stale events
        $self->clear_event;
 
-       #$self->log(I, "$type.$action : $argstr");
        if( $action eq 'update' or $action eq 'delete' or $action eq 'create' ) {
                $self->log_activity($type, $action, $arg);
        }