From 3e38d8205fc743ca956a265a3965ede2897b040a Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Mon, 24 Apr 2017 11:16:04 -0400 Subject: 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 Reviewed-by: Matt Sarett Commit-Queue: Leon Scroggins --- tests/CodecPartialTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/CodecPartialTest.cpp') 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 file = GetResourceAsData(name); if (!file) { - SkDebugf("REMOVE\n"); return; } -- cgit v1.2.3