Remove spurious output
This commit is contained in:
parent
f55feb0de5
commit
f38b61e8c1
@ -108,7 +108,6 @@ pub fn main() !void {
|
||||
entry.name,
|
||||
});
|
||||
if (std.mem.eql(u8, entry.name[(entry.name.len - 4)..(entry.name.len)], ".org")) {
|
||||
std.debug.print("Added\n", .{});
|
||||
try file_paths.append(entry_path[0..(entry_path.len)]);
|
||||
} else {
|
||||
allocator.free(entry_path);
|
||||
|
Loading…
Reference in New Issue
Block a user