mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
remove console.log (#729)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user