This commit is contained in:
Roman Volosovskyi 2016-06-22 18:31:22 +03:00
parent 7b795df475
commit e827d3d22e
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ func Parse(chatId string, js string) string {
vms[chatId] = vm
_, err := vm.Run(jjs)
res, _ := vm.Get("catalog")
err.Error()
return printResult(res.String(), err)
}