aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2018-03-15 06:30:59 +0800
committerGitHub <noreply@github.com>2018-03-15 06:30:59 +0800
commit4a27a7dc581fc6c8a3d4e212ca3712c249a5b417 (patch)
tree344bd9cb3391a7a0cfb726cc7a54f4694eabd974 /packages/deployer/src/utils
parentaea7207b9f9865a279243889a5f9ca1638ddc739 (diff)
parent3b3d5b12bc78b13860504b9699fd5f15ae8813a1 (diff)
downloaddexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.gz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.bz2
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.lz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.xz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.zst
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.zip
Merge pull request #452 from 0xProject/feature/utils/console-log
Consolidate all console.log utils into @0xproject/utils
Diffstat (limited to 'packages/deployer/src/utils')
-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;