Skip to content

Commit

Permalink
Disable the debug logging of data
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Jul 17, 2021
1 parent c4547d9 commit a09826c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TerminalApp/MacTerminal/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class ViewController: NSViewController, LocalProcessTerminalViewDelegate, NSUser

func updateLogging ()
{
let path = logging ? "/Users/miguel/Downloads/Logs" : nil
terminal.setHostLogging (directory: path)
// let path = logging ? "/Users/miguel/Downloads/Logs" : nil
// terminal.setHostLogging (directory: path)
NSUserDefaultsController.shared.defaults.set (logging, forKey: "LogHostOutput")
}

Expand Down

0 comments on commit a09826c

Please sign in to comment.