Chore: remove unused logging

This commit is contained in:
Alexander Zobnin
2020-05-20 18:39:36 +03:00
parent 41e4f812bc
commit 708182c6f4

View File

@@ -194,7 +194,6 @@ export class ZabbixAPIConnector {
* @return {[type]} array of items * @return {[type]} array of items
*/ */
getItems(hostids, appids, itemtype) { getItems(hostids, appids, itemtype) {
console.log(itemtype);
const params: any = { const params: any = {
output: [ output: [
'name', 'key_', 'name', 'key_',