Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Removed redundant console .log
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed May 13, 2012
1 parent 563329f commit efd97a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun May 13 16:05:55 2012 +0100
* Date: Sun May 13 20:08:40 2012 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun May 13 16:05:55 2012 +0100
* Date: Sun May 13 20:08:40 2012 +0100
*/

/* Core qTip styles */
Expand Down
4 changes: 1 addition & 3 deletions dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun May 13 16:05:55 2012 +0100
* Date: Sun May 13 20:08:40 2012 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down Expand Up @@ -3031,8 +3031,6 @@ function Tip(qTip, command)
}
}

console.log(color.border)

// Reset background and border colours
$('*', tip).add(tip).css('cssText', backgroundColor+':'+transparent+important+';border:0'+important+';');

Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/tips/tips.js
Expand Up @@ -321,8 +321,6 @@ function Tip(qTip, command)
}
}

console.log(color.border)

// Reset background and border colours
$('*', tip).add(tip).css('cssText', backgroundColor+':'+transparent+important+';border:0'+important+';');

Expand Down

0 comments on commit efd97a4

Please sign in to comment.