aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecPartialTest.cpp
diff options
context:
space:
mode:
authorGravatar Leon Scroggins III <scroggo@google.com>2017-04-24 11:16:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-24 15:39:37 +0000
commit3e38d8205fc743ca956a265a3965ede2897b040a (patch)
tree30264294aa0a8fff5967897ac961e683989335b6 /tests/CodecPartialTest.cpp
parentb644650e091c86cfadff0fbc2a83ee5ca35a735f (diff)
Remove a print statement I meant to not check in
TBR=msarett@google.com Change-Id: I8861e7b0c7e7135c872cbcd5a9b53531acdb30dd Reviewed-on: https://skia-review.googlesource.com/14181 Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'tests/CodecPartialTest.cpp')
-rw-r--r--tests/CodecPartialTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CodecPartialTest.cpp b/tests/CodecPartialTest.cpp
index 13cea8a298..a232290d0d 100644
--- a/tests/CodecPartialTest.cpp
+++ b/tests/CodecPartialTest.cpp
@@ -406,7 +406,6 @@ DEF_TEST(Codec_emptyIDAT, r) {
const char* name = "baby_tux.png";
sk_sp<SkData> file = GetResourceAsData(name);
if (!file) {
- SkDebugf("REMOVE\n");
return;
}