diff --git a/google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java b/google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java
index 33680999b247..b77aa2f70310 100644
--- a/google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java
+++ b/google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java
@@ -72,9 +72,6 @@
* Filter} class to use (defaults to no filter).
*
{@code com.google.cloud.logging.LoggingHandler.formatter} specifies the name of a {@link
* Formatter} class to use (defaults to {@link SimpleFormatter}).
- * {@code com.google.cloud.logging.LoggingHandler.flushSize} specifies the maximum size of the
- * log buffer. Once reached, logs are transmitted to the Stackdriver Logging service (defaults
- * to 1).
* {@code com.google.cloud.logging.LoggingHandler.flushLevel} specifies the flush log level.
* When a log with this level is published, logs are transmitted to the Stackdriver Logging
* service (defaults to {@link LoggingLevel#ERROR}).