Skip to content

Commit

Permalink
remove console.log (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott authored Jul 8, 2016
1 parent 8020464 commit afff788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions caravel/assets/javascripts/explore/explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ function initExploreView() {
}

function saveSlice() {
console.log('saveSlice')

var action = $('input[name=rdo_save]:checked').val();
if (action === 'saveas') {
var slice_name = $('input[name=new_slice_name]').val();
Expand Down

0 comments on commit afff788

Please sign in to comment.