aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-22 13:32:54 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-22 13:32:54 +0000
commit9aaf7e1b00f31157eaff3b4239449e6c94132478 (patch)
tree08c932e3a236db69a8c78d6e6fe5e9e1be63a9b5
parent3cb31bca78023124e4526598e214b43b2e5b96a8 (diff)
disable debug output
-rwxr-xr-xsetenv.pl12
1 files changed, 1 insertions, 11 deletions
diff --git a/setenv.pl b/setenv.pl
index b59dac28d..6e9fab20c 100755
--- a/setenv.pl
+++ b/setenv.pl
@@ -10,18 +10,8 @@ my $root;
BEGIN { # add the local perllibs too
# Can't use Path::Class here as we'd load the old debian one.
- $root =
- __FILE__ =~ m{^(.*)/web/\.\..*$}
- ? $1
- : `pwd`;
+ $root = __FILE__ =~ m{^(.*)/web/\.\..*$} ? $1 : `pwd`;
chomp($root);
-
- # warn "-----------------------\n";
- # warn "__FILE__: " . __FILE__ . "\n";
- warn '$root: ' . $root . "\n";
-
- # warn '$0: ' . $0 . "\n";
- # warn "-----------------------";
}
# Set the environment for the FixMyStreet project