Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: src/pipe/SkGPipeWrite.cpp

Issue 1149083008: remove stray printf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pipe/SkGPipeWrite.cpp
diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp
index a8a21141ac4942e966178d5f7ec4235b37324517..7f8d61ca9fcd0e00d51fb9b6b3f47ca0c8b2b75b 100644
--- a/src/pipe/SkGPipeWrite.cpp
+++ b/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
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698