Commit 7852c59a authored by csilv@chromium.org's avatar csilv@chromium.org

Eliminate spurious debug logging. This DLOG is unnecessary and will produce...

Eliminate spurious debug logging.  This DLOG is unnecessary and will produce logging for non-error situations.

BUG=124086
TEST=Repro steps in bug.

Review URL: https://chromiumcodereview.appspot.com/10830319

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152266 0039d316-1c4b-4281-b951-d872f2087c98
parent b225c6d1
......@@ -387,7 +387,6 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* web_ui,
return &NewWebUI<ExtensionInfoUI>;
}
DLOG(WARNING) << "Unknown WebUI:" << url;
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment