Skip to content

Commit 319e6e9

Browse files
committed
removing a debug statement
1 parent 3c6a29d commit 319e6e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PatternLab/Console.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ public static function promptInput($prompt = "", $options = "", $default = "", $
554554
$prompt .= " <nophpeol>";
555555

556556
// make sure we're not running in no interaction mode. if so just use the default for the input
557-
print_r($_ENV);
558557
if ((isset($_ENV['COMPOSER_NO_INTERACTION']) && $_ENV['COMPOSER_NO_INTERACTION'])) {
559558
$input = $default;
560559
} else {

0 commit comments

Comments
 (0)