Commit 27e3173c authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

d

parent ab0f3384
...@@ -43,7 +43,7 @@ function RPCCaller(config) ...@@ -43,7 +43,7 @@ function RPCCaller(config)
RPCCaller.prototype.call = function(req,cb){ RPCCaller.prototype.call = function(req,cb){
var self = this; var self = this;
var corr = generateUuid(); var corr = generateUuid();
console.log('callllll')
this.open(function(err){ this.open(function(err){
if(err){ if(err){
console.log(err); console.log(err);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment