Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
hostinfo
Commits
aa2e68b9
Commit
aa2e68b9
authored
Aug 11, 2017
by
Anders Blomdell
Browse files
Removed stray debug print
parent
0900dcb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hostinfo/ifconfig.py
View file @
aa2e68b9
...
...
@@ -15,7 +15,6 @@ def get_nm_extra(device):
nm_o
,
"org.freedesktop.DBus.Properties"
)
active
=
nm_i
.
Get
(
"org.freedesktop.NetworkManager"
,
"ActiveConnections"
)
for
active_path
in
active
:
print
active_path
active_o
=
bus
.
get_object
(
"org.freedesktop.NetworkManager"
,
active_path
)
active_i
=
dbus
.
Interface
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment