Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 4, 2014
1 parent bebf158 commit 2654f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Core/js/smartmobile.js
Expand Up @@ -32,7 +32,6 @@ var HordeMobile = {
*/
debug: function(label, e)
{
console.log(navigator.userAgent);
if (!HordeMobile.is_logout && window.console && window.console.error) {
window.console.error(label, navigator.userAgent.indexOf("Firefox") > -1 ? e : jQuery.makeArray(e));
}
Expand Down

0 comments on commit 2654f58

Please sign in to comment.