Skip to content

Commit

Permalink
disabled logs by default in start
Browse files Browse the repository at this point in the history
  • Loading branch information
iaaqibhussain committed Aug 25, 2023
1 parent c96ec10 commit df40938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netfox/Core/NFX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ open class NFX: NSObject {
enable()
fileStorageInit()
showMessage(Constants.startedMessage.rawValue)
logger.debugLogs = false
#if os(OSX)
addNetfoxToMainMenu()
#endif
Expand Down

0 comments on commit df40938

Please sign in to comment.