Skip to content

Commit 8fc9adc

Browse files
committed
chore: remove debug
1 parent fc28e2a commit 8fc9adc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/rust-proto.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ _: {
99
config,
1010
ensureAtRepositoryRoot,
1111
mkCi,
12-
dbg,
1312
...
1413
}:
1514
let
@@ -599,7 +598,7 @@ _: {
599598
name = name + "-protos";
600599
path = src;
601600
}
602-
) (dbg all-protos-to-build)
601+
) all-protos-to-build
603602
);
604603
buildInputs = [
605604
pkgs.protobuf

0 commit comments

Comments
 (0)