Skip to content

Commit 15bbae0

Browse files
committed
removing error message output that i missed
1 parent ed79d41 commit 15bbae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PatternLab/Watcher.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ public function watch($options = array()) {
6565
// set-up the Dispatcher
6666
$dispatcherInstance = Dispatcher::getInstance();
6767
$dispatcherInstance->dispatch("watcher.start");
68-
popen("php /Users/dmolsen/Sites/patternlab-project/dev/development-edition/vendor/pattern-lab/plugin-reload/src/PatternLab/Reload/AutoReloadServer.php", "r");
69-
print "hello world";
7068

7169
// automatically start the auto-refresh tool
7270
// DEPRECATED

0 commit comments

Comments
 (0)