mirror of
https://git.robbyzambito.me/zits
synced 2026-02-04 03:34:48 +00:00
remove debug log
This commit is contained in:
@@ -265,7 +265,6 @@ pub const Message = union(MessageType) {
|
|||||||
return error.InvalidOperation;
|
return error.InvalidOperation;
|
||||||
};
|
};
|
||||||
|
|
||||||
std.log.debug("parsing {s}", .{operation_string.items});
|
|
||||||
switch (operation) {
|
switch (operation) {
|
||||||
.connect => {
|
.connect => {
|
||||||
// for storing the json string
|
// for storing the json string
|
||||||
@@ -697,7 +696,7 @@ test parseHPub {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
var in: std.Io.Reader = .fixed(" foo 6 22 33\r\nNATS/1.0\r\nBar: Baz\r\n\r\nHello NATS!\r\n");
|
var in: std.Io.Reader = .fixed(" foo 6 22 33\r\nNATS/1.0\r\nBar: Baz\r\n\r\nHello NATS!\r\n");
|
||||||
var res = try parseHPub(std.testing.allocator, &in);
|
var res = try parseHPub(std.testing.allocator, &in);
|
||||||
defer res.hpub.deinit(std.testing.allocator);
|
defer res.hpub.deinit(std.testing.allocator);
|
||||||
|
|||||||
Reference in New Issue
Block a user