Skip to content

Commit

Permalink
remove console timers
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz committed Feb 24, 2012
1 parent bb2948c commit 78281ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/cp-events.js
Expand Up @@ -47,11 +47,9 @@ function handle_file_select( evt ) {

var data = ctx_small.getImageData( 0, 0, canvas_small_width, canvas_small_height );
var rgbdata = imagedata_to_rgb( data );
console.time("mc");
mc = MedianCut();
mc.init( rgbdata );
var palette = mc.get_fixed_size_palette( 8 );
console.timeEnd("mc");

// clear any previous swatches

Expand Down

0 comments on commit 78281ea

Please sign in to comment.