sync api tests running, removed unused pieces of code

This commit is contained in:
Marek Kotewicz
2015-01-21 20:43:20 +01:00
parent fc986a3fbe
commit ceb4357a8d
10 changed files with 9 additions and 173 deletions

View File

@ -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);