GNOME Bugzilla – Bug 711848
Convert soup creation log message to debug
Last modified: 2013-11-13 09:29:29 UTC
There is no need to output this to console if we are not in debug mode (MAPS_DEBUG=1)
Created attachment 259568 [details] [review] Convert soup log message to debug
Review of attachment 259568 [details] [review]: ACK w/ or w/o this change. ::: src/utils.js @@ +198,3 @@ function _get_soup_session() { if (soup_session === null) { + debug("creating soup"); while you are at it, could you modify this to "Creating soup session.." and add a debug after the following line saying "Created soup session"?
Pushed with modifications suggested by Zeeshan. Attachment 259568 [details] pushed as 6bb5d77 - Convert soup log message to debug