fix(core): update

This commit is contained in:
2019-08-13 15:58:08 +02:00
parent 85b69e487a
commit c441d89596
3 changed files with 4 additions and 5 deletions

View File

@ -42,7 +42,6 @@ export class SocketFunction {
smartsocketRefArg: Smartsocket | SmartsocketClient,
functionNameArg: string
): SocketFunction {
console.log(smartsocketRefArg.socketFunctions);
return smartsocketRefArg.socketFunctions.find(socketFunctionArg => {
return socketFunctionArg.name === functionNameArg;
});