1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-30 03:10:37 +02:00

remove console logs

This commit is contained in:
Anas Bouzid
2024-02-04 21:49:24 -06:00
parent 608e0eefcd
commit 4e353b207d

View File

@@ -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 = [];