Skip to content

Commit

Permalink
chore: remove console.log (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Dec 27, 2024
1 parent 8039966 commit 37623d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/api/v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import dashboards from "./dashboards";
import charts from "./charts";
import openapi from "./openapi";

console.log("new");
const v1 = new Router({
prefix: "/v1",
});
Expand Down

0 comments on commit 37623d7

Please sign in to comment.