Remove script for starting the fluent-bit logging service.

This shouldn't be started through cis-level2 because it is a service
that costs money. It should not be hidden through cis-level2 and should
be something explicitly done by the customer.

BUG=b/327004469
TEST=None
RELEASE_NOTE=Remove starting fluent-bit logging script from cis-level2
configuration scripts.

Change-Id: Iddaf1653d1f590abbf796d2ee8972a852e1146f8
diff --git a/alphabet-compliance/scripts/4112-logging-service-running.sh b/alphabet-compliance/scripts/4112-logging-service-running.sh
deleted file mode 100644
index 7b80d60..0000000
--- a/alphabet-compliance/scripts/4112-logging-service-running.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-# Copyright 2024 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-## Section 4.1.1.2 Ensure logging Service is running
-systemctl start fluent-bit.service