summaryrefslogtreecommitdiffstats
path: root/lib/network/netcenter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netcenter.pm')
-rwxr-xr-xlib/network/netcenter.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index d8e0cea..19b4207 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -148,8 +148,6 @@ sub main {
);
if ($dbus) {
- my $monitor;
- eval { $monitor = network::monitor->new($dbus) };
$dbus->{connection}->add_filter(sub {
my ($_con, $msg) = @_;
if ($msg->get_member eq 'status') {