Skip to content

Commit

Permalink
Begone cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 4, 2020
1 parent c3e578b commit 4c859df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/dialogs/outro.cpp
Expand Up @@ -68,7 +68,6 @@ outro::outro(const game_classification& info)
ss << "\n<span size='xx-small'>" << about.names[k].first << "</span>";
}

std::cerr << "pushing back " << ss.str() << std::endl;
text_.push_back(ss.str());
}
}
Expand Down

0 comments on commit 4c859df

Please sign in to comment.