Skip to content

Commit cb9e507

Browse files
committed
remove debug code
1 parent 3be84bc commit cb9e507

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

js/reveal.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ var Reveal = (function(){
258258

259259
// Called once synchronous scripts finish loading
260260
function proceed() {
261-
console.log(111);
262261
if( scriptsAsync.length ) {
263262
// Load asynchronous scripts
264263
head.js.apply( null, scriptsAsync );
@@ -271,7 +270,7 @@ var Reveal = (function(){
271270
head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
272271
// Extension may contain callback functions
273272
if( typeof s.callback === 'function' ) {
274-
s.callback.apply(this);
273+
s.callback.apply( this );
275274
}
276275

277276
if( --scriptsToPreload === 0 ) {

0 commit comments

Comments
 (0)