Commit 7c3b444b authored by bbudge@chromium.org's avatar bbudge@chromium.org

Remove printf from ppapi Resource.

BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221583 0039d316-1c4b-4281-b951-d872f2087c98
parent f14989ba
...@@ -75,7 +75,6 @@ void Resource::OnReplyReceived(const proxy::ResourceMessageReplyParams& params, ...@@ -75,7 +75,6 @@ void Resource::OnReplyReceived(const proxy::ResourceMessageReplyParams& params,
} }
void Resource::Log(PP_LogLevel level, const std::string& message) { void Resource::Log(PP_LogLevel level, const std::string& message) {
printf("Log:%s\n", message.c_str());
PpapiGlobals::Get()->LogWithSource(pp_instance(), level, std::string(), PpapiGlobals::Get()->LogWithSource(pp_instance(), level, std::string(),
message); message);
} }
......
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