refactored to base compare

This commit is contained in:
Peter Cottle 2013-08-04 12:55:49 -07:00
parent fbb0da00f4
commit 7db6f0d38c
6 changed files with 82 additions and 93 deletions

View file

@ -425,7 +425,6 @@ var commandConfig = {
return;
}
console.log(generalArgs);
command.validateArgBounds(generalArgs, 1, 1);
engine.checkout(engine.crappyUnescape(generalArgs[0]));