feat: remove log to file from GPU module

This commit is contained in:
Serhiy Mytrovtsiy
2020-12-28 19:58:27 +01:00
parent 8a99b767ce
commit eac2679e08
3 changed files with 5 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
func applicationDidFinishLaunching(_ aNotification: Notification) {
let startingPoint = Date()
print("------------", startingPoint, "------------", to: &Log.log)
// print("------------", startingPoint, "------------", to: &Log.log)
self.parseArguments()