Skip to content

Commit 2f40745

Browse files
committed
removing a sanity check for how packages are reordered
1 parent 530236a commit 2f40745

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,8 @@ protected static function runTasks($installerInfo) {
622622

623623
// reorder packages so the starterkit is first if it's being installed as a package
624624
$packages = $installerInfo["packages"];
625-
626-
print_r($packages);
627-
628625
$packages = array_merge(array_filter($packages, "self::includeStarterKit"), array_filter($packages, "self::excludeStarterKit"));
629626

630-
print_r($packages);
631-
632627
foreach ($packages as $package) {
633628

634629
// set-up package info

0 commit comments

Comments
 (0)