diff options
Diffstat (limited to 'src/output.sh')
-rw-r--r-- | src/output.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output.sh b/src/output.sh index d3d150f..da3a7d5 100644 --- a/src/output.sh +++ b/src/output.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ "x${_OUTPUT_SM+set}" = 'xset' ] && return 0 -_OUTPUT_SM=1 - error() { local status=${1} |