comment out SkDebugf (only needed for local testing)

TBR=mtklein@google.com

Author: reed@google.com

Review URL: https://codereview.chromium.org/248713003

git-svn-id: http://skia.googlecode.com/svn/trunk@14322 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ClampRangeTest.cpp b/tests/ClampRangeTest.cpp
index 28fcffc..dee777c 100644
--- a/tests/ClampRangeTest.cpp
+++ b/tests/ClampRangeTest.cpp
@@ -56,7 +56,7 @@
         fx += dx;
     }
     if (range.fCount1 > 0 && fx != range.fFx1) {
-        SkDebugf("%x %x\n", fx, range.fFx1);
+//        SkDebugf("%x %x\n", fx, range.fFx1);
         R_ASSERT(false); // bad fFx1
         return;
     }