aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/src/utils/utils.ts')
-rw-r--r--packages/deployer/src/utils/utils.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/deployer/src/utils/utils.ts b/packages/deployer/src/utils/utils.ts
index 4390d8813..9b1e59f9d 100644
--- a/packages/deployer/src/utils/utils.ts
+++ b/packages/deployer/src/utils/utils.ts
@@ -1,9 +1,4 @@
export const utils = {
- consoleLog(message: string): void {
- /* tslint:disable */
- console.log(message);
- /* tslint:enable */
- },
stringifyWithFormatting(obj: any): string {
const jsonReplacer: null = null;
const numberOfJsonSpaces = 4;