mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
remove debug statement
This commit is contained in:
@@ -138,7 +138,6 @@ pub const CSSStyleDeclaration = struct {
|
||||
}
|
||||
|
||||
pub fn named_get(self: *const CSSStyleDeclaration, name: []const u8, _: *bool) []const u8 {
|
||||
std.debug.print("named_get: {s} {s}\n", .{name, self._getPropertyValue(name)});
|
||||
return self._getPropertyValue(name);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user