How to turn off SFTP debugging in Sublime 3?

A while back I somehow turned on a debugging mode in my Sublime Text 3 (for Mac).

Now every attempt at using SFTP in Sublime results in the a log being created on my desktop, called “sublime_sftp_debug.txt”

I would like to turn that feature off, but it was so long ago I can’t recall where I turned it on.

I do recall it was a setting in one of Sublime’s json files, but cannot find it no matter how hard I have searched.

The only file I found is called “MySFTP.sublime-settings”

Where I set debug to false, but that changed nothing, and it keeps writing that SFTP debug file.

{
    "debug_mode": false,
    "debug_console": true,
    "check_if_write": false
}