aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/root-helpers/logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/root-helpers/logger.ts')
-rw-r--r--client/src/root-helpers/logger.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/root-helpers/logger.ts b/client/src/root-helpers/logger.ts
index 0dcda525e..0d486c433 100644
--- a/client/src/root-helpers/logger.ts
+++ b/client/src/root-helpers/logger.ts
@@ -131,7 +131,6 @@ class Logger {
131 131
132 private buildStack (err: Error) { 132 private buildStack (err: Error) {
133 return `${err.message}\n${err.stack || ''}` 133 return `${err.message}\n${err.stack || ''}`
134
135 } 134 }
136} 135}
137 136