Skip to content

Commit

Permalink
Get rid of experimental message for watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jun 27, 2017
1 parent 6e8dc05 commit ad5d08b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/allejo/stakx/Command/WatchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
{
$this->configureBuild($input);

$output->writeln('<fg=black;bg=yellow>Heads up! You are using an experimental feature.</>');

$this->website->watch();
}
catch (FileAwareException $e)
Expand Down

0 comments on commit ad5d08b

Please sign in to comment.