📃 logs remove

This commit is contained in:
ful1e5 2020-08-09 18:57:09 +05:30
parent d9c7d870f8
commit 30467edbc7

View file

@ -25,5 +25,3 @@ with open("./scripts/windows.inf") as f:
data = f.read()
window_install_inf = data.replace(
"<inject_theme_name>", name+" Cursors").replace("<inject_author_name>", author)
print(window_install_inf)