Skip to content

Commit

Permalink
chore: Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoraggi committed Nov 10, 2024
1 parent 331bed1 commit 8218f6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/cxx/api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ struct WrappedUnit {
if (!api.isUndefined()) {
resolve = api["resolve"];
readFile = api["readFile"];
std::cerr << "set resolve and read file\n";
} else {
std::cerr << "no resolve and read file\n";
}

struct {
Expand Down

0 comments on commit 8218f6e

Please sign in to comment.