From 35c6b8fa33a26ecfbc254309d4eef277c66b3a71 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Wed, 29 Jul 2020 09:55:00 +0200 Subject: [PATCH] Clean unused code --- src/utils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils.js b/src/utils.js index e21d47f..58ce176 100644 --- a/src/utils.js +++ b/src/utils.js @@ -27,9 +27,6 @@ const Gettext = imports.gettext.domain(Me.metadata.uuid); const _ = Gettext.gettext; -const shell_minor_version = parseInt(imports.misc.config.PACKAGE_VERSION.split('.')[1]); - - /** * Output a debug message to the console if the debug config is active. * @param {string} message The message to log.