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

@@ -22,7 +22,6 @@
#include "streambuffer.hpp"
#include "table.hpp"
#include "world.hpp"
#include <iostream>
// Given a table and an tnmap, return the table number of the table.
// Returns zero if the table doesn't have a table number.