diff --git a/CHANGELOG b/CHANGELOG index b6aead4..8d9d7c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +0.1.13 +====== + +* Bug fixes: + - Remove theme file location debug output + + 0.1.12 ====== diff --git a/src/gws b/src/gws index 5332137..64643c3 100755 --- a/src/gws +++ b/src/gws @@ -126,9 +126,7 @@ function read_theme() { # Printing in color. if [[ -t 1 ]]; then for theme_file in "${THEME_FILE_PATH[@]}"; do - echo "Trying $theme_file" if [[ -e "$theme_file" ]]; then - echo "Found $theme_file" source "$theme_file" break fi