diff --git a/lib/layouts.js b/lib/layouts.js index db212f5..3d58695 100644 --- a/lib/layouts.js +++ b/lib/layouts.js @@ -38,9 +38,6 @@ function formatLogData(logData) { return match; }; }); - if (data.length > 0) { - output += '\n'; - } } else { //put it back, it's not a format string data.unshift(format);