From dc48a35efc665ef5011abb97bed188faa3c72824 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 1 Aug 2012 04:24:00 +0900 Subject: Nyaaps. Remove debug code. --- applauncher.js | 1 - 1 file changed, 1 deletion(-) (limited to 'applauncher.js') diff --git a/applauncher.js b/applauncher.js index f3107b9..09b9f83 100644 --- a/applauncher.js +++ b/applauncher.js @@ -55,7 +55,6 @@ liberator.plugins.AppLauncher = (function(){ ['', 'other'].forEach(function (suffix) { commands.addUserCommand(['applaunch' + suffix, 'runapp' + suffix], 'Run Defined Application', function(arg){ - liberator.log(arg) let app = (typeof arg.string == 'undefined' ? arg : arg.literalArg); self.launch(app, suffix && arg[0]); }, { -- cgit v1.2.3