Skip to content
Advertisement

Prevent Kivy leaving debug messages

I have a simple a Kivy interface that also uses the terminal.

Example code:

JavaScript

The problem is that whenever I start the script I get this:

JavaScript

I have found that this is Kivy’s automatic debugging messages. How do I prevent them (or at least hide so that I can use the terminal)?

Advertisement

Answer

As shown in the docs, you should only do the following:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement