about summary refs log tree commit diff
path: root/src/brr.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/brr.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/brr.zig b/src/brr.zig
index 9c57076..bbacdd7 100644
--- a/src/brr.zig
+++ b/src/brr.zig
@@ -11,8 +11,6 @@ pub fn brr(allocator: std.mem.Allocator, file: [*:0]const u8) !void {
         return;
     };
 
-    std.log.debug("file {s}", .{file});
-
     if (c.mpg123_open(handle, file) != c.MPG123_OK) {
         std.log.warn("Failed to open the file: {s}\n", .{file});
         return;