Skip to content

Commit

Permalink
fix: remove duplicate config definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
  • Loading branch information
hickey committed Mar 2, 2024
1 parent d90fc33 commit 57d2766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/chat.js
Expand Up @@ -6,7 +6,6 @@ var enable_video = 0;
var messages = new Messages();
let alert = new Audio('alert.mp3');

let config = {};
let context = {
config_loaded: false,
debug: true, // let startup funcs show debug
Expand Down

0 comments on commit 57d2766

Please sign in to comment.