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
This commit is contained in:
@ -75,7 +75,6 @@ void Resource::OnReplyReceived(const proxy::ResourceMessageReplyParams& params,
|
||||
}
|
||||
|
||||
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(),
|
||||
message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user