digSmart: remove print statement.

develop
expwnent 2013-05-31 13:41:31 -04:00
parent b82b3f2283
commit 909d686ae4
1 changed files with 0 additions and 1 deletions

@ -135,7 +135,6 @@ void maybeExplore(color_ostream& out, MapExtras::MapCache& cache, df::coord pt,
if ( !digAll ) {
df::inorganic_raw* inorganic = df::global::world->raws.inorganics[mat];
if ( autodigMaterials.find(inorganic->id) == autodigMaterials.end() ) {
out << __LINE__ << " " << inorganic->id << " not present." << endl;
return;
}
}