removed some code that was used during debuging

This commit is contained in:
Siddharth Dushantha 2019-08-01 10:00:04 +02:00
parent c0521b045d
commit 35545ff025
1 changed files with 2 additions and 2 deletions

4
kunst
View File

@ -180,8 +180,8 @@ pre_exit() {
main() { main() {
[[ $KUNST_MUSIC_DIR != "" ]] && MUSIC_DIR=$KUNST_MUSIC_DIR && echo "custom dir" [[ $KUNST_MUSIC_DIR != "" ]] && MUSIC_DIR=$KUNST_MUSIC_DIR
[[ $KUNST_SIZE != "" ]] && SIZE=$KUNST_SIZE && echo "custom size" [[ $KUNST_SIZE != "" ]] && SIZE=$KUNST_SIZE
# Flag to run some commands only once in the loop # Flag to run some commands only once in the loop
FIRST_RUN=true FIRST_RUN=true