diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 20:19:24 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 20:19:24 +0000 |
commit | f0a4ed6188827c1030b3bb3f085c4b8144f15f71 (patch) | |
tree | 4d03df980ae51ea82540e1a7163d757e63c77339 /ppapi | |
parent | 6348cb47e7febe3251fed15620726bda8674e7af (diff) | |
download | chromium_src-f0a4ed6188827c1030b3bb3f085c4b8144f15f71.zip chromium_src-f0a4ed6188827c1030b3bb3f085c4b8144f15f71.tar.gz chromium_src-f0a4ed6188827c1030b3bb3f085c4b8144f15f71.tar.bz2 |
Remove stray 'printfs' that got committed.
BUG=none
TEST=none
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10894017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/proxy/resource_creation_proxy.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc index 7378311..09b149d 100644 --- a/ppapi/proxy/resource_creation_proxy.cc +++ b/ppapi/proxy/resource_creation_proxy.cc @@ -214,7 +214,6 @@ PP_Resource ResourceCreationProxy::CreateGraphics3D( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) { - printf("ResourceCreationProxy::CreateGraphics3D\n"); return PPB_Graphics3D_Proxy::CreateProxyResource( instance, share_context, attrib_list); } @@ -223,7 +222,6 @@ PP_Resource ResourceCreationProxy::CreateGraphics3DRaw( PP_Instance instance, PP_Resource share_context, const int32_t* attrib_list) { - printf("ResourceCreationProxy::CreateGraphics3DRaw\n"); // Not proxied. The raw creation function is used only in the implementation // of the proxy on the host side. return 0; |