Skip to content

Commit 9f66597

Browse files
committed
- Remove a console message
1 parent 28ee99b commit 9f66597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2817,8 +2817,8 @@
28172817

28182818
//using extensions? Wrong file!
28192819
extensions.forEach(function(extension){
2820+
//is the option set to true?
28202821
if(options[extension]){
2821-
console.log(extension)
28222822
showError('warn', 'fullpage.js extensions require jquery.fullpage.extensions.min.js file instead of the usual jquery.fullpage.js');
28232823
}
28242824
});

0 commit comments

Comments
 (0)