cleaning up botched merges from og-work

This commit is contained in:
Oliver Gorwits
2013-08-23 06:47:25 +01:00
parent 73d2fffc35
commit 753133b394
4 changed files with 1 additions and 23 deletions

View File

@@ -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');