فهرست منبع

Update 'plugins/edirectory_monitor/libexec/agent_edirectory_monitor'

removed un-used function
Michael Honkoop 4 ماه پیش
والد
کامیت
ea9487e213
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      plugins/edirectory_monitor/libexec/agent_edirectory_monitor

+ 0 - 5
plugins/edirectory_monitor/libexec/agent_edirectory_monitor

@@ -45,11 +45,6 @@ def print_list(the_list):
         else:
             print(clean_key(each_item[0]))
 
-def process_entry(entry):
-    resultArray = ['0 "eDirectory ']
-    detailArray = []
-
-
 def main():
     args = sys.argv[1:]
     if len(args) < 3: