Removed unnecessary init() calls.

This commit is contained in:
Bob Lantz
2010-04-10 21:35:58 -07:00
parent 4720f559c3
commit a4db2c2fca
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -67,6 +67,5 @@ def sshd( network, cmd='/usr/sbin/sshd', opts='-D' ):
if __name__ == '__main__':
lg.setLogLevel( 'info')
init()
net = TreeNet( depth=1, fanout=4, switch=KernelSwitch )
sshd( net )