mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
f67e7b3e97
1. Fixed TestNewConfigPersistenceFailsWhenEncryptedDataPresentWithoutKey - Test was picking up real encryption key from /etc/pulse during migration - Now temporarily moves system key during test for proper isolation - Uses t.Cleanup to ensure key is restored even on failure 2. Cleaned up console.log statements in production code - Dashboard.tsx: replaced console.log with logger.debug for metadata events - CompleteStep.tsx: removed verbose agent detection debug logs These changes reduce log noise in production while maintaining debug capability in development mode.