Skip to content

Commit

Permalink
fix #91
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Jan 25, 2018
1 parent 78e48ae commit c78c3d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ function printResult(msg, result, silent) {

ignored.forEach(logIgnored);

const availableResult = success.length + fails.length;
if (availableResult <= 0) {
return;
}

success.forEach(item => {
output.debug(`${item.op} ${item.target} at ${new Date()}`);
});
Expand Down

0 comments on commit c78c3d5

Please sign in to comment.