Browse Source

[917] remove unnecessary else statement

Naoki Kambe 13 years ago
parent
commit
10b6bc17b7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/bin/stats/stats_httpd.py.in

+ 0 - 2
src/bin/stats/stats_httpd.py.in

@@ -447,8 +447,6 @@ class StatsHttpd:
                     stats_data2xml(item_spec,
                                    stats_data[item_spec['item_name']],
                                    xml_elem)
-            else:
-                xml_elem.text = str(stats_data)
             return None
 
         stats_spec = self.get_stats_spec(module_name, item_name)