1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00

Removed unneeded call to LogWriter() in wicd.py

This commit is contained in:
imdano
2008-03-14 10:18:28 +00:00
parent 04b67e9b2e
commit 9d495370d0

View File

@@ -77,7 +77,6 @@ if sys.platform == 'linux2':
if __name__ == '__main__': if __name__ == '__main__':
wpath.chdir(__file__) wpath.chdir(__file__)
log = misc.LogWriter()
bus = dbus.SystemBus() bus = dbus.SystemBus()
# Connect to the daemon # Connect to the daemon