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

Unified Diff: experimental/fiddle/fiddle_main.cpp

Issue 1843733002: fiddle: Only output errors to stderr. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 9 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: experimental/fiddle/fiddle_main.cpp
diff --git a/experimental/fiddle/fiddle_main.cpp b/experimental/fiddle/fiddle_main.cpp
index d9b8f4c995175efde8d355de4a1ced3d9bd92a3d..c5561c0c6fd271ca4f894045183eb0ecc6688571 100644
--- a/experimental/fiddle/fiddle_main.cpp
+++ b/experimental/fiddle/fiddle_main.cpp
@@ -81,7 +81,6 @@ static GrContext* create_mesa_grcontext() {
int main() {
const DrawOptions options = GetDrawOptions();
- fprintf(stderr, "%s\n", options.source);
if (options.source) {
sk_sp<SkData> data(SkData::NewFromFileName(options.source));
if (!data) {
« 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