Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 23, 2024
1 parent 32d2144 commit de60ac0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Driver/S3Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public function build(
return $this->manager->createLocalDriver($localConfig);
}

$start = microtime(true);

$root = Arr::get($localConfig, 'root');
$root = str_replace($this->paths->public, '', $root);

Expand All @@ -54,9 +52,6 @@ public function build(
['root' => $root]
));

$end = microtime(true);
resolve('log')->info('S3 driver built in '.round($end - $start, 2).'s');

return $driver;
}
}

0 comments on commit de60ac0

Please sign in to comment.