Skip to content

Commit 6359834

Browse files
fix: remove debug messages (googleapis#2552)
Change-Id: Ife688d7dc8e24ba5c4722bb3bc26401cae604d71 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent f4666f6 commit 6359834

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/metrics/BigtableCloudMonitoringExporter.java

-2
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,8 @@ private CompletableResultCode doExport(Collection<MetricData> metricData) {
173173

174174
// Skips exporting if there's none
175175
if (bigtableTimeSeries.isEmpty()) {
176-
System.out.println("skipping empty metrics: " + this.exporterName);
177176
return CompletableResultCode.ofSuccess();
178177
}
179-
System.out.println(bigtableTimeSeries);
180178

181179
CompletableResultCode exportCode = new CompletableResultCode();
182180
bigtableTimeSeries.forEach(

0 commit comments

Comments
 (0)