diff --git a/badger-am.js b/badger-am.js
index 123797e..d1981be 100755
--- a/badger-am.js
+++ b/badger-am.js
@@ -10,19 +10,11 @@ const audio = require('./lib/audio');
const util = require('./lib/util');
const cli = require('./lib/cli');
-// generate timestamp
-const start = process.hrtime();
-
badger();
-// "main"
+// main application
function badger() {
cli.printLogo();
- run();
-}
-
-// start from command lines
-function run() {
// general options
commander
.version(app.version)
@@ -38,14 +30,20 @@ function run() {
commander
.command('sort