Browse Source

Oops mised this item pointed out by bradford

Stephen Ficklin 7 years ago
parent
commit
b1a7f0048a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tripal/includes/TripalFieldDownloaders/TripalFieldDownloader.inc

+ 0 - 4
tripal/includes/TripalFieldDownloaders/TripalFieldDownloader.inc

@@ -310,10 +310,6 @@ abstract class TripalFieldDownloader {
         file_usage_add($file, 'tripal', 'data-collection', $fid);
       }
     }
-
-    if ($job) {
-      $job->setItemsHandled($num_handled);
-    }
   }