Removed line on output.

This commit is contained in:
Brad Arant 2024-09-30 14:23:12 -07:00
parent aa090c8a73
commit 339c975595
2 changed files with 0 additions and 1 deletions

BIN
jet-2.0

Binary file not shown.

View File

@ -18,7 +18,6 @@ int main(int argc, char **argv) {
coreutils::MString out;
jet::__jet *jet = new jet::__jet(data, out, global);
delete jet;
std::cout << "----------------------" << std::endl;
global.outputHeaders();
std::cout << out;
}