build: Remove unused phosphor-logging dependency

Change-Id: I4f4e5efc998ed9738a548a353a6bd315ebe5f47c
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/cleanup/meson.build b/cleanup/meson.build
index fa053a0..e550064 100644
--- a/cleanup/meson.build
+++ b/cleanup/meson.build
@@ -1,8 +1,6 @@
 cleanup_pre = declare_dependency(
   include_directories: [root_inc, include_directories('.')],
-  dependencies : [
-    blobs_dep,
-    phosphor_logging_dep])
+  dependencies: blobs_dep)
 
 cleanup_lib = static_library(
   'firmwarecleanupblob',