Skip to content

Commit

Permalink
All: comment out unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
flore77 committed Aug 2, 2016
1 parent 830e1cb commit 0d89778
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ function registerLoggingCallbacks( QUnit ) {
// DEPRECATED: This will be removed on 2.0.0+
// This function verifies if the loggingCallbacks were modified by the user
// If so, it will restore it, assign the given callback and print a console warning
function verifyLoggingCallbacks() {
//
// Comment it out for testing passing (it is not used anywhere).
/* function verifyLoggingCallbacks() {
var loggingCallback, userCallback;
for ( loggingCallback in loggingCallbacks ) {
Expand All @@ -63,7 +65,7 @@ function verifyLoggingCallbacks() {
}
}
}
}
} */

function emit( type, data ) {
var i, callbacks;
Expand Down

0 comments on commit 0d89778

Please sign in to comment.