This commit is contained in:
Ionică Bizău 2015-07-13 08:42:24 +03:00
parent fbb565c0c1
commit 9315cd6e3c
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ if (!authorsOpt.is_provided || globalActivityOpt.is_provided) {
}
}
function display (err, data) {
if (err) { return Logger.log(err, "error"); }
process.stdout.write(data + "\n");