mirror of
https://github.com/zoriya/astal.git
synced 2026-06-01 17:55:37 +00:00
remove leftover print statement
This commit is contained in:
@@ -72,7 +72,6 @@ class AstalJS extends Astal.Application {
|
||||
const path: string[] = import.meta.url.split("/").slice(3)
|
||||
const file = path.at(-1)!.replace(".js", ".css")
|
||||
const css = `/${path.slice(0, -1).join("/")}/${file}`
|
||||
print(path, css)
|
||||
if (GLib.file_test(css, GLib.FileTest.EXISTS))
|
||||
this.apply_css(css, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user