Nostr Chat

This commit is contained in:
2025-10-09 09:10:07 -04:00
parent 13fd23f26a
commit 125b1a6702
5 changed files with 713 additions and 10 deletions

View File

@@ -8,11 +8,3 @@ const config = {
// Debug mode - enable logging in development
debug: window.location.hostname === 'localhost'
};
// Set up logging
if (config.debug) {
console.log('Running in development mode');
console.log('API Base URL:', config.apiBaseUrl);
} else {
console.log = function() {}; // Disable console.log in production
}