mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-04-21 13:01:59 +02:00
remove console logs
This commit is contained in:
parent
608e0eefcd
commit
4e353b207d
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user