We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e4358 commit ae099c0Copy full SHA for ae099c0
src/zigdemu.zig
@@ -20,7 +20,6 @@ pub fn main() !void {
20
var config_path_dir: zigdcore.PathBuf = undefined;
21
const config_path = utils.join_path(&config_path_dir, &.{ zigd_path, "config" });
22
23
- std.debug.print("{s}", .{config_path});
24
var config = try Config.load_from(allocator, config_path);
25
defer config.deinit();
26
0 commit comments