Skip to content

Commit

Permalink
Removed stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 1, 2016
1 parent af3a8a5 commit 3a17f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions holoviews/plotting/widgets/jsslider.jinja
Expand Up @@ -102,8 +102,7 @@
} else {
var dim_val = vals[ui.value];
}
console.log((dim_val*1).toString())
$('#textInput{{ id }}_{{ widget_data['dim'] }}').val((dim_val*1).toString());
$('#textInput{{ id }}_{{ widget_data['dim'] }}').val((dim_val*1).toString());
anim{{ id }}.set_frame(dim_val, {{ widget_data['dim_idx'] }});
if (Object.keys(next_vals).length > 0) {
var new_vals = next_vals[dim_val];
Expand Down

0 comments on commit 3a17f2a

Please sign in to comment.