remove console.log (#729)
This commit is contained in:
parent
8020464602
commit
afff78868f
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue