Removing debugging line

This commit is contained in:
Tyler Akins 2019-07-19 21:47:06 -05:00
parent 7a8d1d260e
commit 9b2f6cea6c
No known key found for this signature in database
GPG Key ID: 8F3B8C432F4393BD

1
mo
View File

@ -835,7 +835,6 @@ moPartial() {
fi fi
if [[ "$moFilename" != */* ]] && [[ ! -f "$moFilename" ]] && [[ -n "$MO_SEARCH_PATH" ]]; then if [[ "$moFilename" != */* ]] && [[ ! -f "$moFilename" ]] && [[ -n "$MO_SEARCH_PATH" ]]; then
echo "searching"
# Search the path for the file # Search the path for the file
IFS=: IFS=: