Skip to content

Commit b8cd0c1

Browse files
committed
remove debug statement
1 parent ecd593f commit b8cd0c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/cssom/css_style_declaration.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ pub const CSSStyleDeclaration = struct {
138138
}
139139

140140
pub fn named_get(self: *const CSSStyleDeclaration, name: []const u8, _: *bool) []const u8 {
141-
std.debug.print("named_get: {s} {s}\n", .{name, self._getPropertyValue(name)});
142141
return self._getPropertyValue(name);
143142
}
144143
};

0 commit comments

Comments
 (0)