From 89fa3a14ec936735dd6fe7bf5572b081d0802785 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Mon, 4 Jun 2018 19:00:38 +0200 Subject: [PATCH] TT#37684 Fix broken journal rails - remove debug Change-Id: If97909f54dcadc3096bf944eb8c517f587c61917 --- lib/NGCP/Panel/Role/EntitiesItem.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/NGCP/Panel/Role/EntitiesItem.pm b/lib/NGCP/Panel/Role/EntitiesItem.pm index eff2e6320e..145a96e4fb 100644 --- a/lib/NGCP/Panel/Role/EntitiesItem.pm +++ b/lib/NGCP/Panel/Role/EntitiesItem.pm @@ -162,8 +162,6 @@ sub set_config { #Global to don't pass undefined method and initiate it every time in the _set_config # %{$self->_set_config('Global')}, #}; - use irka; - irka::loglong($config); $self->config($config); }