Skip to content

Commit f1eb77b

Browse files
authored
replace console.warn with console.log
1 parent 77fce71 commit f1eb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class UI {
3535
// Set up logo
3636
this._logo.src = data.logo.path;
3737
this._logo.addEventListener('error', () => {
38-
console.warn(`Logo image not found at ${data.logo.path}`);
38+
console.log(`Logo image not found at ${data.logo.path}`);
3939
});
4040

4141
// Check for active sessions

0 commit comments

Comments
 (0)