Skip to content

Commit

Permalink
Update SignallingWebServer/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Bermingham <[email protected]>
  • Loading branch information
mcottontensor and lukehb authored Feb 12, 2025
1 parent bcc2b50 commit 1e59390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SignallingWebServer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const configArgsParser = new Command()
.allowUnknownOption() // ignore unknown options as we are doing a minimal parse here
.parse()
.opts();
console.log('huh');
// If we do not get passed `--no_config` then attempt open the config file
if (!configArgsParser.no_config) {
try {
Expand Down

0 comments on commit 1e59390

Please sign in to comment.