diff --git a/phpmon/AppDelegate.swift b/phpmon/AppDelegate.swift index 9990dfe..f191a93 100644 --- a/phpmon/AppDelegate.swift +++ b/phpmon/AppDelegate.swift @@ -21,11 +21,6 @@ class AppDelegate: NSObject, NSApplicationDelegate { ) func applicationDidFinishLaunching(_ aNotification: Notification) { - - print(Shell.execute(command: "which php")) - print(Shell.execute(command: "echo $HOME")) - print(Shell.execute(command: "which valet")) - self.availablePhpVersions = Services.detectPhpVersions() self.setStatusBarImage(version: "???") self.updatePhpVersionInStatusBar()