Skip to content

Commit 92481f9

Browse files
committed
debug
Signed-off-by: Kuat Yessenov <[email protected]>
1 parent b345cf5 commit 92481f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wasm.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ bool WasmHandleBase::canary(const std::shared_ptr<PluginBase> &plugin,
476476
if (it != plugin_canary_cache_.end()) {
477477
return it->second;
478478
}
479-
std::cout << "CANARY TEST " << plugin->key() << std::endl;
480479
auto configuration_canary_handle = clone_factory(shared_from_this());
481480
if (!configuration_canary_handle) {
482481
this->wasm()->fail(FailState::UnableToCloneVm, "Failed to clone Base Wasm");

0 commit comments

Comments
 (0)