Skip to content

Commit

Permalink
Remove redundant extern definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jul 15, 2014
1 parent d5ae967 commit e532af1
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions javascript/safari-driver/externs/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,6 @@
* @fileoverview Extern definitions for compiling the SafariDriver.
*/


/** @type {!Object} */
var console = {};
/**
* @param {string} msg
* @param {...} var_args
*/
console.group = function(msg, var_args) {};

console.groupEnd = function() {};
/**
* @param {string} msg
* @param {...} var_args
*/
console.error = function(msg, var_args) {};
/**
* @param {string} msg
* @param {...} var_args
*/
console.warn = function(msg, var_args) {};
/**
* @param {string} msg
* @param {...} var_args
*/
console.info = function(msg, var_args) {};
/**
* @param {string} msg
* @param {...} var_args
*/
console.debug = function(msg, var_args) {};


/**
* @constructor
* @extends {SafariEvent}
Expand Down

0 comments on commit e532af1

Please sign in to comment.