diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 0a2230ca3..4a3c58644 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -9,7 +9,6 @@ use Config; if ($::isInstall) { require 'log.pm'; #- "require log" causes some pb, perl thinking that "log" is the log() function log::l('ERROR: use standalone made during install :-('); - require common; log::l('backtrace: ' . backtrace()); } $::isStandalone = 1; |