Skip to content

Commit

Permalink
Remove debug statement and animation
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 17, 2023
1 parent f001235 commit 4177564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions avogadro/qtplugins/resetview/resetview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ bool ResetView::handleCommand(const QString& command,
return false; // Nothing to do

if (command == "alignView") {
qDebug() << " align ";
alignToAxes();
animationCameraDefault(false);
return true;
}
return false;
Expand Down

0 comments on commit 4177564

Please sign in to comment.