// 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
    }
})();