summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-12 14:52:49 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-13 16:03:31 +0200
commit31cc9366fc81c3f478b31a206daa6b38801cd3b1 (patch)
tree34f34331aa66fc8064f25006baaa4157218f236e /perl
parent16c48560273804206953c39b540ffaf9ce0d350d (diff)
Initialise logger
Diffstat (limited to 'perl')
-rw-r--r--perl/lib/Nix/Store.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.xs b/perl/lib/Nix/Store.xs
index f613e3df3..46b41f923 100644
--- a/perl/lib/Nix/Store.xs
+++ b/perl/lib/Nix/Store.xs
@@ -25,7 +25,6 @@ static ref<Store> store()
static std::shared_ptr<Store> _store;
if (!_store) {
try {
- logger = makeDefaultLogger();
settings.loadConfFile();
settings.update();
settings.lockCPU = false;