Skip to content

Commit

Permalink
Uncommented log line
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianniebla committed Dec 29, 2020
1 parent 102ffdc commit b1ff753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pixel Picker/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import CocoaLumberjackSwift
// hardware events are suppressed after functions like CGWarpMouseCursorPosition are used.
CGEventSource(stateID: CGEventSourceStateID.combinedSessionState)?.localEventsSuppressionInterval = 0.05

// Log.info?.message("Sucessfully launched.")
DDLogInfo("Sucessfully launched.")
}

func applicationWillTerminate(_ aNotification: Notification) {
Expand Down

0 comments on commit b1ff753

Please sign in to comment.