Skip to content

Commit

Permalink
stop debug logs on local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Sep 5, 2024
1 parent 36c7653 commit 0aca4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.local.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: false,
debugger: true,
debugger: false,
ROBOTS: 'all',
API_NEWS: 'https://www.mocky.io/v2/5dced45b3000007300931ce8',
API_PUB: `//pub.<SUBDOMAIN><DOMAIN>/v3.0`,
Expand Down

0 comments on commit 0aca4f4

Please sign in to comment.