Skip to content

Commit

Permalink
fix: another style warning on a laptop that isn't fixing my problems
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Nov 23, 2023
1 parent 51883af commit 5a5f61e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/server/router/ir/fervidex/router.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ function TestHeaders(url: string, data: any) {
.set("User-Agent", "fervidex/1.3.0")
.send(data);

console.dir(res.body);

t.equal(res.body.success, true, "Should allow 30-omni");

t.end();
Expand Down

0 comments on commit 5a5f61e

Please sign in to comment.