Skip to content

Commit 2403376

Browse files
committed
removing variables displays
1 parent 058d6f5 commit 2403376

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/datasource/zabbix/zabbix.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ export class Zabbix implements ZabbixConnector {
345345
) {
346346
const allMacros = await this.getAllMacrosByGroup(groupFilter);
347347
const filteredMacros = filterByMQuery(allMacros, macroFilter);
348-
console.log('Filtered Macros:', filteredMacros);
349-
350348
return filteredMacros;
351349
}
352350

0 commit comments

Comments
 (0)