Do not remove any rows

This commit is contained in:
Ionică Bizău 2015-02-01 16:06:06 +02:00
parent 2ea15d18c5
commit ec7a66ceda
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ switch (process.argv[2]) {
return Couleurs.bg(c, theme.background)
});
data.splice(data.length - 2, 1);
//data.splice(data.length - 2, 1);
data = data.join("\n")
}