Unreviewed, drop debug logging that was inadvertently committed with r251327.

* history/BackForwardCache.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251357 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index bcb17e7..a91eba3 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2019-10-20  Chris Dumez  <cdumez@apple.com>
+
+        Unreviewed, drop debug logging that was inadvertently committed with r251327.
+
+        * history/BackForwardCache.cpp:
+
 2019-10-20  Zalan Bujtas  <zalan@apple.com>
 
         [LFC][IFC] Make InlineTextItem reusable when 'segment break' behavior changes
diff --git a/Source/WebCore/history/BackForwardCache.cpp b/Source/WebCore/history/BackForwardCache.cpp
index 310668a..02acd95 100644
--- a/Source/WebCore/history/BackForwardCache.cpp
+++ b/Source/WebCore/history/BackForwardCache.cpp
@@ -57,7 +57,7 @@
 
 namespace WebCore {
 
-#define PCLOG(...) WTFLogAlways("PageCache: %*s%s", indentLevel*4, "", makeString(__VA_ARGS__).utf8().data())
+#define PCLOG(...) LOG(BackForwardCache, "%*s%s", indentLevel*4, "", makeString(__VA_ARGS__).utf8().data())
 
 static inline void logBackForwardCacheFailureDiagnosticMessage(DiagnosticLoggingClient& client, const String& reason)
 {