File size: 450 Bytes
a895648 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
// Debug utilities for Neural Network Playground
(function() {
// Debug utilities are disabled to prevent notifications
// Function to display debug information (not called by default)
function showDebugInfo() {
// Debug functionality is disabled
}
// Create a temporary visual overlay showing node IDs (not called by default)
function createDebugOverlay() {
// Debug overlay is disabled
}
})(); |