Skip to content

Commit

Permalink
remove errant log
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 1, 2022
1 parent de83ad8 commit 5b10b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/live_view_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export interface LiveViewServerOptions {
}

const MODULE_VIEWS_PATH = path.join(__dirname, "web", "views");
console.log('MODULE_VIEWS_PATH', MODULE_VIEWS_PATH);

export class LiveViewServer {
private port: number = 4444;
Expand Down

0 comments on commit 5b10b5b

Please sign in to comment.