Navigation Menu

Skip to content

Commit

Permalink
removed debug method
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezpablo85 committed Oct 28, 2011
1 parent 112fb98 commit 2042ad5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions xb.js
Expand Up @@ -54,14 +54,5 @@ var Xb = (function (undefined) {
}
};

that.debug = function () {
console.log('Xb debug info:');
for (key in Object.keys(_timeouts)) {
if (_tiemouts[key]) {
consle.log(_timeouts[key]);
}
}
};

return that;
})();

0 comments on commit 2042ad5

Please sign in to comment.