Remove trace_printk decorator function

This commit is contained in:
2025-08-30 18:54:46 +05:30
parent e19aa9fa66
commit b8ef7cc945

View File

@ -6,7 +6,3 @@ def tracepoint(name: str):
def license(license_type: str):
return license_type
def trace_printk(msg: str):
# placeholder — real version lowers to IR later
print(f"[trace_printk] {msg}")