From c2ba4cf03732dabf7f98089edfcc68ee035a7246 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Fri, 28 Feb 2014 11:04:16 +0100 Subject: [PATCH] remove timer-set notification --- src/extension.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index bcd7b87..241a4d6 100644 --- a/src/extension.js +++ b/src/extension.js @@ -310,7 +310,6 @@ const TeaTime = new Lang.Class({ this.actor.add_actor( this._bGraphicalCountdown ? this._graphicalTimer : this._textualTimer); - this._showNotification(_("Timer set!"), _("%ss to go").format(time)); this._idleTimeout = Mainloop.timeout_add_seconds(dt, Lang.bind(this, this._doCountdown)); }, _getRemainingSec: function() {