Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoMyu committed Jul 7, 2018
1 parent 319b73e commit 8ab8e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ void MainWindow::set13(bool checked)
{
if(unit_size != 13 && checked)
{
std::cout << "aaa" << std::endl;
old_unit_size = unit_size = 13;
reautomateVolumes();
}
Expand Down

0 comments on commit 8ab8e50

Please sign in to comment.