removed the annoying extra new line

This commit is contained in:
Gareth Jones 2011-07-22 18:25:26 +10:00
parent 4b32456db7
commit 7aa076c278

View File

@ -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);