Skip to content

Commit 80939c2

Browse files
committed
remove the loop
1 parent 8fd0e2d commit 80939c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Nipe/Engine/Start.pm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package Nipe::Engine::Start {
33
use warnings;
44
use Nipe::Utils::Device;
55
use Nipe::Utils::Status;
6-
use Nipe::Engine::Restart;
76

87
our $VERSION = '0.0.5';
98

@@ -80,8 +79,6 @@ package Nipe::Engine::Start {
8079
if ($status =~ /true/) {
8180
return 1;
8281
}
83-
84-
Nipe::Engine::Restart -> new();
8582
}
8683
}
8784

0 commit comments

Comments
 (0)