Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Jul 6, 2022
1 parent dae9b38 commit 7a933bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/protoc/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { Hat } = require("./haberdasher_pb");

console.info("Protobuf");

const msg = new Hat([3, "red", "top hat"]).serializeBinary();
console.log("serialized:", msg);
const hat = Hat.deserializeBinary(msg);
Expand Down

0 comments on commit 7a933bb

Please sign in to comment.