Skip to content

Commit 63a377d

Browse files
committed
removing unused reload code
1 parent 80703d4 commit 63a377d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/PatternLab/Console/Commands/WatchCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct() {
3232
Console::setCommandOption($this->command,"sk","Watch for changes to the StarterKit and copy to <path>source/</path>. The <info>--sk</info> flag should only be used if one is actively developing a StarterKit.","To watch for changes to the StarterKit:");
3333
Console::setCommandOption($this->command,"no-procs","Disable plug-in related processes. For use with <info>--server --with-watch</info>.","To disable plug-in related processes:");
3434
Console::setCommandSample($this->command,"To watch only patterns and turn off the cache buster:","--patternsonly --nocache");
35-
//Console::setCommandOption($this->command,"autoreload","Turn on the auto-reload service.","To turn on auto-reload:","r");
3635

3736
}
3837

@@ -43,9 +42,6 @@ public function run() {
4342
$options["moveStatic"] = (Console::findCommandOption("p|patternsonly")) ? false : true;
4443
$options["noCacheBuster"] = Console::findCommandOption("n|nocache");
4544

46-
// DEPRECATED
47-
// $options["autoReload"] = Console::findCommandOption("r|autoreload");
48-
4945
// see if the starterKit flag was passed so you know what dir to watch
5046
if (Console::findCommandOption("sk")) {
5147

0 commit comments

Comments
 (0)