Skip to content

Commit

Permalink
Removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 30, 2024
1 parent 3e09284 commit 724d178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ let
binaryCratesWithoutWorkspace =
builtins.filter (toml: builtins.hasAttr "package" toml)
binaryCratesCargoToml;
binaryCrates = builtins.map (toml: builtins.trace toml toml.package.name)
binaryCratesWithoutWorkspace;
binaryCrates =
builtins.map (toml: toml.package.name) binaryCratesWithoutWorkspace;
in binaryCrates;

nonWasmCrates = listBinaryCratesFromWorkspace src;
Expand Down

0 comments on commit 724d178

Please sign in to comment.