1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

🔥 Remove logging again

This commit is contained in:
2019-06-11 22:09:29 +02:00
parent 1e2b43ca31
commit 6a2576c390

View File

@ -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()