meta-google: obmc-console: Don't enable host-console-journal by default

This is trivial to enable if desired, we mostly don't want a huge amount
of BIOS logspam to fill the journal and cause it to rotate out valuable
logs in normal situations.

Change-Id: I991e8f048e847ba081b69f755c48275b63d4af66
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
index d53eaaa..679d322 100644
--- a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
@@ -38,7 +38,3 @@
     systemctl --root=$D enable serial-to-host@${OBMC_CONSOLE_FRONT_TTY}.service
   fi
 }
-
-pkg_postinst:${PN}:append:gbmc:dev () {
-  systemctl --root=$D enable host-console-journal.service
-}