sync api tests running, removed unused pieces of code
This commit is contained in:
@ -63,7 +63,8 @@ ProviderManager.prototype.send = function(data) {
|
||||
this.id++;
|
||||
|
||||
if (this.provider === undefined) {
|
||||
console.error("provider is not set");
|
||||
console.error('provider is not set');
|
||||
return JSON.stringify({result: 'error, provider is not set'});
|
||||
}
|
||||
|
||||
return this.provider.send(data);
|
||||
|
Reference in New Issue
Block a user