GNOME Bugzilla – Bug 781127
Spam console when typing a note
Last modified: 2017-05-03 02:35:31 UTC
Hi, When editing a note, bijiben outputs in the console "manager changed" at every keystroke. In the code I can see the following line: g_print ("manager changed\n"); This should maybe be changed a a g_debug() or something
Created attachment 350917 [details] [review] output: unwanted log messages Bijiben was throwing some debug messages to console. Those messages were created using g_print, which seems to be create to help some debug process in the past and it was left in the code. Messages were removed from the code.
Review of attachment 350917 [details] [review]: Applied in master with commit be226f1766981915bc0d1a90a249312f2a32349e.