mirror of
https://git.robbyzambito.me/zits
synced 2026-03-25 17:56:03 +00:00
remove debug log
This commit is contained in:
@@ -265,7 +265,6 @@ pub const Message = union(MessageType) {
|
||||
return error.InvalidOperation;
|
||||
};
|
||||
|
||||
std.log.debug("parsing {s}", .{operation_string.items});
|
||||
switch (operation) {
|
||||
.connect => {
|
||||
// for storing the json string
|
||||
|
||||
Reference in New Issue
Block a user