Replace most uses of std::cerr with util::dprint

This commit is contained in:
2023-04-07 16:00:52 -04:00
parent 9d593cc767
commit ef7d0ec365
8 changed files with 7 additions and 22 deletions

View File

@@ -4,7 +4,6 @@
#include "util.hpp"
#include "table.hpp"
#include <iostream>
#include <cmath>
class PrintMachine {