Skip to content

Commit

Permalink
remove extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Nov 18, 2024
1 parent cd20cbe commit 408f668
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/models/filehandlers/Ziphandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ public function identifyContents($args) {
$this->pheanstalk->touch($this->job);

$allZipHandlers = $this->getSubclassesOfParentClass(get_class($this));
var_dump($allZipHandlers);
var_dump($this->sourceFile->getPathToLocalFile());
$fileList = $this->listContentsOfZip($this->sourceFile->getPathToLocalFile());
var_dump($fileList);
$handler = null;
foreach($allZipHandlers as $handler) {
$handler = new $handler;
Expand Down

0 comments on commit 408f668

Please sign in to comment.