From e67828b6c6f31a044f6d1dd8db69ae8fe5b6d050 Mon Sep 17 00:00:00 2001 From: Digimer Date: Fri, 21 Sep 2018 13:51:34 -0400 Subject: [PATCH] * Deleted stray exit used in debugging anvil-daemon. Signed-off-by: Digimer --- tools/anvil-daemon | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/anvil-daemon b/tools/anvil-daemon index 548f33f0..c5c5dd30 100755 --- a/tools/anvil-daemon +++ b/tools/anvil-daemon @@ -45,8 +45,6 @@ $anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 1, secure = $anvil->Database->connect({debug => 2}); $anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 3, secure => 0, key => "log_0132"}); -exit; - # If I have no databases, sleep for a second and then exit (systemd will restart us). if (not $anvil->data->{sys}{database}{connections}) {