From a63ce767f22469eabac8230cc91a6e83023600a9 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Fri, 27 Nov 2015 01:19:59 -0600 Subject: [PATCH] cleanup --- common/bin/notify | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/bin/notify b/common/bin/notify index c33f674..eb88bcf 100755 --- a/common/bin/notify +++ b/common/bin/notify @@ -6,9 +6,6 @@ if [ "${2}" != "" ]; then title="${1}" fi notification="display notification \"${message}\"" -#if [ "${title}" != "" ]; then -# notification="${notification} with title \"${title}\"" -#fi [ "${title}" != "" ] && notification="${notification} with title \"${title}\"" osascript -e "${notification}"