| Index: components/nacl/renderer/plugin/pnacl_resources.cc
|
| diff --git a/components/nacl/renderer/plugin/pnacl_resources.cc b/components/nacl/renderer/plugin/pnacl_resources.cc
|
| index 92773e52a0d00f7c8338fd80b9d114d11c971b3f..dbc5a07bda20bae6d51b5f584b4e3e680fe50026 100644
|
| --- a/components/nacl/renderer/plugin/pnacl_resources.cc
|
| +++ b/components/nacl/renderer/plugin/pnacl_resources.cc
|
| @@ -77,8 +77,6 @@ bool PnaclResources::ReadResourceInfo() {
|
|
|
|
|
| bool PnaclResources::StartLoad() {
|
| - PLUGIN_PRINTF(("PnaclResources::StartLoad\n"));
|
| -
|
| // Do a blocking load of each of the resources.
|
| std::vector<ResourceType> to_load;
|
| if (use_subzero_) {
|
|
|