Skip to content

Commit

Permalink
Remove yui debug logger
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 10, 2024
1 parent 9367be0 commit 445736f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,6 @@ var resURL = "not-defined-yet"; // eslint-disable-line no-unused-vars
}
})();

(function initializeYUIDebugLogReader() {
Behaviour.addLoadEvent(function () {
var logReaderElement = document.getElementById("yui-logreader");
if (logReaderElement !== null) {
var logReader = new YAHOO.widget.LogReader("yui-logreader");
logReader.collapse();
}
});
})();

// Form check code
//========================================================
var FormChecker = {
Expand Down

0 comments on commit 445736f

Please sign in to comment.