Skip to content

Commit 68bb41e

Browse files
committed
Remove var dumps from storeVersion method
1 parent 5ccd4d6 commit 68bb41e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Omniphx/Forrest/Client.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,7 @@ protected function storeVersion()
665665
$configVersion = $this->settings['version'];
666666
if ($configVersion != null) {
667667
$versions = $this->versions(['format' => 'json']);
668-
// var_dump($this->verisons);
669668
foreach ($versions as $version) {
670-
var_dump($version);
671669
if ($version['version'] == $configVersion) {
672670
$this->storage->put('version', $version);
673671
}

0 commit comments

Comments
 (0)