From 2bc8bc37f39b3b2029e2b75d5d7186e06552d376 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 30 Jul 2015 17:33:20 +0200 Subject: Remove a printf that pollutes the console on some pages This seems to be a leftover debug line that's polluting the command line output on some pages, this is visible at least on OS X. Change-Id: Ie8c0f682b0f5a6e88688f3d3f207152e3fb95fe6 Reviewed-by: Peter Varga --- chromium/third_party/skia/src/pipe/SkGPipeWrite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/chromium/third_party/skia/src/pipe/SkGPipeWrite.cpp b/chromium/third_party/skia/src/pipe/SkGPipeWrite.cpp index a8a21141ac4..7f8d61ca9fc 100644 --- a/chromium/third_party/skia/src/pipe/SkGPipeWrite.cpp +++ b/chromium/third_party/skia/src/pipe/SkGPipeWrite.cpp @@ -1449,7 +1449,6 @@ int32_t SkImageHeap::insert(const SkImage* img) { // TODO: SkImage does not expose bytes per pixel, 4 is just a best guess. fBytesInCache += img->width() * img->height() * 4; *fArray.append() = SkRef(img); - printf("Images reff'ed: %d \n", fArray.count()); return fArray.count(); // slot is always index+1 } -- cgit v1.2.1