mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-31 03:40:28 +02:00
remove console logs
This commit is contained in:
@@ -47,10 +47,8 @@ export default class ScrollView {
|
|||||||
let presentationBackground;
|
let presentationBackground;
|
||||||
|
|
||||||
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
||||||
console.log(viewportStyles);
|
|
||||||
if( viewportStyles && viewportStyles.background ) {
|
if( viewportStyles && viewportStyles.background ) {
|
||||||
presentationBackground = viewportStyles.background;
|
presentationBackground = viewportStyles.background;
|
||||||
console.log(this.viewportElement);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const pageElements = [];
|
const pageElements = [];
|
||||||
|
Reference in New Issue
Block a user