Hiding the Safari debug menu
To show the debug menu, the terminal command is:
defaults write com.apple.Safari IncludeDebugMenu 1And I've read that the command to hide it is
defaults write com.apple.Safari IncludeDebugMenu 0But the latter—the command to hide it—ain't working. Any suggestions?
MacBook Pro with Retina display, macOS Sierra (10.12.5), null