Browse Source

Removed a console.log call

pull/13/merge
Zach Wise 13 years ago
parent
commit
5e80d38775
  1. 2
      source/js/VMM.LoadLib.js
  2. 2
      timeline-min.js
  3. 2
      timeline.js

2
source/js/VMM.LoadLib.js

@ -235,10 +235,8 @@ if(typeof VMM != 'undefined' && typeof VMM.LoadLib == 'undefined') {
js: function (urls, callback, obj, context) {
if (isLoaded(urls)) {
console.log("already LOADED");
return callback;
} else {
console.log("NOT LOADED");
load('js', urls, callback, obj, context);
}
}

2
timeline-min.js vendored

File diff suppressed because one or more lines are too long

2
timeline.js

@ -3432,10 +3432,8 @@ if(typeof VMM != 'undefined' && typeof VMM.LoadLib == 'undefined') {
js: function (urls, callback, obj, context) {
if (isLoaded(urls)) {
console.log("already LOADED");
return callback;
} else {
console.log("NOT LOADED");
load('js', urls, callback, obj, context);
}
}

Loading…
Cancel
Save