We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b345cf5 commit 92481f9Copy full SHA for 92481f9
src/wasm.cc
@@ -476,7 +476,6 @@ bool WasmHandleBase::canary(const std::shared_ptr<PluginBase> &plugin,
476
if (it != plugin_canary_cache_.end()) {
477
return it->second;
478
}
479
- std::cout << "CANARY TEST " << plugin->key() << std::endl;
480
auto configuration_canary_handle = clone_factory(shared_from_this());
481
if (!configuration_canary_handle) {
482
this->wasm()->fail(FailState::UnableToCloneVm, "Failed to clone Base Wasm");
0 commit comments