Skip to content

Commit 4aa9d83

Browse files
authored
Remove console log
1 parent 2497376 commit 4aa9d83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zeppelin-web-angular/e2e/models/notebook-action-bar-page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export class NotebookActionBarPage extends BasePage {
122122
async isCodeVisible(): Promise<boolean> {
123123
const icon = this.showHideCodeButton.locator('i[nz-icon] svg');
124124
const iconType = await icon.getAttribute('data-icon');
125-
console.log(icon, iconType);
126125
return iconType === 'fullscreen-exit';
127126
}
128127

0 commit comments

Comments
 (0)