Commit 72186717b2a205f4298777440c7b9dd1644db468
1 parent
9d8ce483
Exists in
master
and in
1 other branch
edit log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
ais-structure/src/modules/helper/connection.js
@@ -214,7 +214,6 @@ connection.requestJsonToD01 = async function (req,obj,cmd,myMethod,filter) { | @@ -214,7 +214,6 @@ connection.requestJsonToD01 = async function (req,obj,cmd,myMethod,filter) { | ||
214 | } | 214 | } |
215 | catch(err) { | 215 | catch(err) { |
216 | log.log(err); | 216 | log.log(err); |
217 | - console.log(err); | ||
218 | 217 | ||
219 | var result = { | 218 | var result = { |
220 | response : constants.RESPONSECONN.MESSAGE.ERROR | 219 | response : constants.RESPONSECONN.MESSAGE.ERROR |