Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 26, 2013
1 parent 3be84bc commit cb9e507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ var Reveal = (function(){

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

if( --scriptsToPreload === 0 ) {
Expand Down
Loading

0 comments on commit cb9e507

Please sign in to comment.