From 6a2576c390f014e5335a037097a2ccb76094c50b Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 11 Jun 2019 22:09:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20logging=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/AppDelegate.swift | 5 ----- 1 file changed, 5 deletions(-) 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()