forgot to remove a debug line, how embarasing

This commit is contained in:
Jorge Schrauwen 2015-11-26 22:16:22 +00:00 committed by rallytime
parent e96f3c0c3b
commit 4953f58894

View file

@ -1307,7 +1307,6 @@ def default_route(family=None):
ret = []
for route in _routes:
if family:
log.info(route)
if route['destination'] in default_route[family]:
if __grains__['kernel'] == 'SunOS' and route['addr_family'] != family:
continue