Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzidanas committed Feb 5, 2024
1 parent 608e0ee commit 4e353b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/controllers/scrollview.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ export default class ScrollView {
let presentationBackground;

const viewportStyles = window.getComputedStyle( this.viewportElement );
console.log(viewportStyles);
if( viewportStyles && viewportStyles.background ) {
presentationBackground = viewportStyles.background;
console.log(this.viewportElement);
}

const pageElements = [];
Expand Down

0 comments on commit 4e353b2

Please sign in to comment.