Skip to content

Commit 3c3672f

Browse files
authored
Removed extra "debug()"s
1 parent 57696a6 commit 3c3672f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/service/shell/commands.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const cmds = {
8181
run (_args, f, res) {
8282
let args = _args.trim().split(/(\s+)/).filter(i => i.trim().length > 0);
8383

84-
debug(args.length); debug(args);
8584
if (args.length == 0 || args[0].startsWith("-p") || args[0].startsWith("--page")) {
8685
if (args.length == 0) args = ["-p=1"];
8786
let tmp_page = args[0].slice(3 + 4 * Number(args[0].startsWith("--page"))) - 1;

0 commit comments

Comments
 (0)