Skip to content

Commit 0cee5e6

Browse files
committed
removing the generate step. tough to debug
1 parent b0ba4e5 commit 0cee5e6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,7 @@ protected static function runTasks($installerInfo) {
653653
if ($installerInfo["projectInstall"]) {
654654

655655
Console::writeLine("");
656-
$g = new Generator();
657-
$g->generate(array("foo" => "bar"));
658-
659-
Console::writeLine("");
660-
Console::writeInfo("type <desc>php core/console --server</desc> to start the built-in server and see Pattern Lab...", false, true);
656+
Console::writeInfo("Need better intro copy here...", false, true);
661657

662658
}
663659

0 commit comments

Comments
 (0)