DisableDebugMessages disables the output of debug printers.
()
| 45 | |
| 46 | // DisableDebugMessages disables the output of debug printers. |
| 47 | func DisableDebugMessages() { |
| 48 | PrintDebugMessages = false |
| 49 | } |
| 50 | |
| 51 | // EnableStyling enables the default PTerm styling. |
| 52 | // This also calls EnableColor. |
no outgoing calls
searching dependent graphs…