mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove console log
This commit is contained in:
parent
0378d76229
commit
1a9aec9eed
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@
|
|||
function initNotebookListEventListener() {
|
||||
angular.element(document).ready(function() {
|
||||
angular.element('.notebook-list-dropdown').on('show.bs.dropdown', function() {
|
||||
console.log('clover open');
|
||||
$scope.isDrawNavbarNoteList = true;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue