From d5edb514209b763b2724965f88770a90fd7d3fcd Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 8 Aug 2019 16:06:49 +0300 Subject: [PATCH] Update index.js Turn off verbose mode --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index be0f944036..fc35f26c0c 100644 --- a/test/index.js +++ b/test/index.js @@ -2,7 +2,7 @@ const util = require('../helpers/util') const axios = require('axios') const https = require('https') -const verbose = true +const verbose = false const errorLog = 'error.log' const config = { timeout: 60000,