build: Remove unused phosphor-logging dependency

Change-Id: I4f4e5efc998ed9738a548a353a6bd315ebe5f47c
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bmc/firmware-handler/meson.build b/bmc/firmware-handler/meson.build
index 7d6b719..db5a158 100644
--- a/bmc/firmware-handler/meson.build
+++ b/bmc/firmware-handler/meson.build
@@ -92,12 +92,12 @@
 
 firmware_pre = declare_dependency(
   include_directories: [root_inc, bmc_inc, firmware_inc],
-  dependencies : [
+  dependencies: [
     dependency('sdbusplus', fallback: ['sdbusplus', 'sdbusplus_dep']),
     common_dep,
     blobs_dep,
     sys_dep,
-    phosphor_logging_dep])
+  ])
 
 firmware_lib = static_library(
   'firmwareblob',
@@ -123,4 +123,4 @@
 
 if not get_option('tests').disabled()
   subdir('test')
-endif
\ No newline at end of file
+endif
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',
diff --git a/meson.build b/meson.build
index 75b5ead..ea2de60 100644
--- a/meson.build
+++ b/meson.build
@@ -126,12 +126,6 @@
 sys_dep = declare_dependency(
   link_with: sys_lib)
 
-phosphor_logging_dep = dependency(
-  'phosphor-logging',
-  fallback : [
-    'phosphor-logging',
-    'phosphor_logging_dep'])
-
 blobs_dep = dependency('phosphor-ipmi-blobs')
 
 if not get_option('tests').disabled()
diff --git a/subprojects/phosphor-logging.wrap b/subprojects/phosphor-logging.wrap
deleted file mode 100644
index 2847cc8..0000000
--- a/subprojects/phosphor-logging.wrap
+++ /dev/null
@@ -1,3 +0,0 @@
-[wrap-git]
-url = https://github.com/openbmc/phosphor-logging
-revision = HEAD
\ No newline at end of file