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:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user