Skip to content

Commit

Permalink
Don't show the 'bad type' exception when it's raised. It happens all …
Browse files Browse the repository at this point in the history
…the time for the curves widget.
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent e2aa334 commit 2a7b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/trunk/src/synfig/exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Exception::BadType::BadType(const String &what):
std::runtime_error(what)
// std::runtime_error(_("Bad Type")+what.empty()?"":(String(": ")+what))
{
synfig::error("EXCEPTION: bad type: "+what);
// synfig::error("EXCEPTION: bad type: "+what);
}

Exception::BadFrameRate::BadFrameRate(const String &what):
Expand Down

0 comments on commit 2a7b44f

Please sign in to comment.