Skip to content

Commit 5f93447

Browse files
committed
removing unused code
1 parent 15bbae0 commit 5f93447

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/PatternLab/Watcher.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ public function watch($options = array()) {
6666
$dispatcherInstance = Dispatcher::getInstance();
6767
$dispatcherInstance->dispatch("watcher.start");
6868

69-
// automatically start the auto-refresh tool
70-
// DEPRECATED
71-
/*if ($reload) {
72-
$path = str_replace("lib".DIRECTORY_SEPARATOR."PatternLab","autoReloadServer.php",__DIR__);
73-
$fp = popen("php ".$path." -s", "r");
74-
Console::writeLine("starting page auto-reload...");
75-
}*/
76-
7769
if ($noCacheBuster) {
7870
Config::setOption("cacheBuster",0);
7971
}

0 commit comments

Comments
 (0)