From 05578ff42de7c43628e725b322da4f5b7d2e8597 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 22 Sep 2013 19:45:25 +0100 Subject: [PATCH] no need for Ajax plugin here any more --- .../lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Netdisco/lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm b/Netdisco/lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm index af0fee8d..57d64e50 100644 --- a/Netdisco/lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm +++ b/Netdisco/lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm @@ -1,7 +1,6 @@ package App::Netdisco::Web::Plugin::Report::ApRadioChannelPower; use Dancer ':syntax'; -use Dancer::Plugin::Ajax; use Dancer::Plugin::DBIC; use Dancer::Plugin::Auth::Extensible;