function ifconsole(data) {
  if (typeof(console) !== 'undefined') {
    console.log(data);
  }
}
