Commit ca78d52d authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Misc: Remove comments

parent 062dbcda
...@@ -2171,7 +2171,6 @@ get_ascii() { ...@@ -2171,7 +2171,6 @@ get_ascii() {
[[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \ [[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \
err "Image: Source is image file but ascii backend was selected. Using distro ascii." err "Image: Source is image file but ascii backend was selected. Using distro ascii."
# Note: ASCIIDIR here is a placeholder -- it will be replaced with your ASCII directory.
if [[ -d "ASCIIDIR" ]]; then if [[ -d "ASCIIDIR" ]]; then
ascii_dir="ASCIIDIR" ascii_dir="ASCIIDIR"
else else
...@@ -3556,7 +3555,6 @@ get_full_path() { ...@@ -3556,7 +3555,6 @@ get_full_path() {
} }
get_default_config() { get_default_config() {
# Note: CONFDIR here is a placeholder -- it will be replaced with your configuration directory.
if [[ -f "CONFDIR/config" ]]; then if [[ -f "CONFDIR/config" ]]; then
default_config="CONFDIR/config" default_config="CONFDIR/config"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment