diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b3a179353e3983c066418cf827c17d7945cc050e..f12773f2edbf64da826d08be3573912ecd8ccbbd 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { name: 'prod', production: true, - stomp_debug: true + stomp_debug: false };