remove debugging output
This commit is contained in:
parent
6c205026c8
commit
992c1dd675
|
@ -277,7 +277,6 @@ fn getEvent(allocator: std.mem.Allocator, event_data_uri: std.Uri) !?Event {
|
||||||
_ = try req.readAll(tmp_data);
|
_ = try req.readAll(tmp_data);
|
||||||
break :blk tmp_data;
|
break :blk tmp_data;
|
||||||
};
|
};
|
||||||
std.debug.print("response_data: {s}", .{response_data});
|
|
||||||
|
|
||||||
return Event.init(
|
return Event.init(
|
||||||
allocator,
|
allocator,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user