mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Remove debug message
This commit is contained in:
@@ -100,7 +100,6 @@ func readStyles() {
|
||||
for _, stylesPath := range stylesPaths {
|
||||
// Ensure directory exists at path
|
||||
if stat, err := os.Stat(stylesPath); err != nil || !stat.IsDir() {
|
||||
fmt.Println(stylesPath)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user