[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3044] addons/1.3/assets/trunk/LedgerSMB/DBObject/ Asset.pm



Revision: 3044
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3044&view=rev
Author:   einhverfr
Date:     2010-08-09 21:51:46 +0000 (Mon, 09 Aug 2010)

Log Message:
-----------
Removing accidental commit fo debug code

Modified Paths:
--------------
    addons/1.3/assets/trunk/LedgerSMB/DBObject/Asset.pm

Modified: addons/1.3/assets/trunk/LedgerSMB/DBObject/Asset.pm
===================================================================
--- addons/1.3/assets/trunk/LedgerSMB/DBObject/Asset.pm	2010-08-09 21:51:18 UTC (rev 3043)
+++ addons/1.3/assets/trunk/LedgerSMB/DBObject/Asset.pm	2010-08-09 21:51:46 UTC (rev 3044)
@@ -37,7 +37,6 @@
         next if ($line !~ /,/);
         my @fields;
         while ($line ne '') {
-            print STDERR $line . "\n";
             if ($line =~ /^"/){
                 $line =~ s/"(.*?)"(,|$)//;
                 push @fields, $1;
@@ -46,7 +45,6 @@
                 push @fields, $1;
             }
         }
-        print STDERR join(':', @fields) . "\n";
         push @{$self->{import_entries}}, ..hidden..;
     }     
     unshift @{$self->{import_entries}}; # get rid of header line


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.