Skip to content

Commit

Permalink
Remove var-dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Oct 14, 2020
1 parent 56cd53d commit a0a0824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public function installOrUpdateFunction(PackageEvent $event): void
$event
);

var_dump(get_class($installer));

$installer->install(new FileList(
new File(
// Replace this with the name of the binary that you want to use within the folder vendor/bin/
Expand All @@ -48,6 +46,5 @@ public function installOrUpdateFunction(PackageEvent $event): void
)
),
));
var_dump('tet');exit();
}
}

0 comments on commit a0a0824

Please sign in to comment.