mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Remove debug print
This commit is contained in:
parent
06675dccb8
commit
33a1596238
@ -80,7 +80,6 @@ fn save(self: *Self) !void {
|
||||
defer self.allocator.free(encrypted);
|
||||
const encoded = try jetzig.util.base64Encode(self.allocator, encrypted);
|
||||
defer self.allocator.free(encoded);
|
||||
std.debug.print("encoded: {s}\n", .{encoded});
|
||||
try self.cookies.put(cookie_name, .{ .value = encoded });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user