Skip to content

Commit ae099c0

Browse files
authored
Oopssss
1 parent 70e4358 commit ae099c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zigdemu.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub fn main() !void {
2020
var config_path_dir: zigdcore.PathBuf = undefined;
2121
const config_path = utils.join_path(&config_path_dir, &.{ zigd_path, "config" });
2222

23-
std.debug.print("{s}", .{config_path});
2423
var config = try Config.load_from(allocator, config_path);
2524
defer config.deinit();
2625

0 commit comments

Comments
 (0)