var logg = function(msg) {
  if (navigator.userAgent.indexOf("Chrome") !== false) {
    //console.log(msg);
  }
}

