Skip to content

Commit

Permalink
Remove extra log message in conversion function now that we have a fu…
Browse files Browse the repository at this point in the history
…ll suite of tests.
  • Loading branch information
jpederson committed Oct 16, 2014
1 parent 56c8e92 commit 6eee73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hex/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = function( hex, callback ){
// clean the hex input
hex = hex.replace( /#/g, "" );

console.log( hex );

// convert to RGB first
var rgb = hex_to_rgb( hex );

Expand Down

0 comments on commit 6eee73a

Please sign in to comment.