diff options
Diffstat (limited to 'applauncher.js')
-rw-r--r-- | applauncher.js | 1 |
1 files changed, 0 insertions, 1 deletions
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]); }, { |