diff --git a/Netdisco/bin/netdisco-web-fg b/Netdisco/bin/netdisco-web-fg index fed7e417..e82e1c78 100755 --- a/Netdisco/bin/netdisco-web-fg +++ b/Netdisco/bin/netdisco-web-fg @@ -20,10 +20,6 @@ BEGIN { dir($FindBin::RealBin, 'lib')->stringify; } -if ($ENV{_} and $ENV{_} =~ m/netdisco-web-fg$/) { - die "You probably want: '~/bin/localenv starman $0 --workers=1 --disable-keepalive'\n"; -} - use App::Netdisco; use Dancer; debug sprintf "App::Netdisco %s", ($App::Netdisco::VERSION || 'HEAD'); diff --git a/Netdisco/lib/App/Netdisco/DB/Result/Device.pm b/Netdisco/lib/App/Netdisco/DB/Result/Device.pm index 3035b28e..1ae4b7b0 100644 --- a/Netdisco/lib/App/Netdisco/DB/Result/Device.pm +++ b/Netdisco/lib/App/Netdisco/DB/Result/Device.pm @@ -65,8 +65,6 @@ __PACKAGE__->add_columns( { data_type => "integer", is_nullable => 1 }, "snmp_comm", { data_type => "text", is_nullable => 1 }, - "snmp_comm_rw", - { data_type => "text", is_nullable => 1 }, "snmp_class", { data_type => "text", is_nullable => 1 }, "vtp_domain", diff --git a/Netdisco/share/views/ajax/admintask/jobqueue.tt b/Netdisco/share/views/ajax/admintask/jobqueue.tt index 7d07a491..7b4ae58c 100644 --- a/Netdisco/share/views/ajax/admintask/jobqueue.tt +++ b/Netdisco/share/views/ajax/admintask/jobqueue.tt @@ -13,21 +13,7 @@