remove debug output

This commit is contained in:
Paul Davis 2014-12-31 07:57:51 -05:00
parent e4f61de52f
commit 03833e4376
1 changed files with 0 additions and 11 deletions

View File

@ -81,17 +81,6 @@ BigClockWindow::on_size_allocate (Gtk::Allocation& alloc)
if (original_width) {
clock.set_scale ((double) alloc.get_width() / original_width,
(double) alloc.get_height() / original_height);
std::cerr << "Rescale to "
<< (double) alloc.get_width() / original_width
<< " x "
<< (double) alloc.get_height() / original_height
<< " using " << alloc.get_width() << " vs. " << original_width
<< " and " << alloc.get_height() << " vs. " << original_height
<< std::endl;
}
}