X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=fc16a320e9a6a76a37bb69d5f50e3ba22779b37b;hb=1f453e8ab546a357781372fe98aa1d004387d4b1;hp=3bf3d1cf05521dd17e0e8e350f242c692d9d9aaf;hpb=334e15ce6c4d9b1f30a168a55e7ef4d31320d568;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index 3bf3d1c..fc16a32 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -130,8 +130,6 @@ StateStroke_Context::StateStroke_Context(CanvasView* canvas_view): stroke_data.spawn(); get_work_area()->add_stroke(stroke_data, synfigapp::Main::get_foreground_color()); - - synfig::info("Now Scribbling..."); } StateStroke_Context::~StateStroke_Context() @@ -139,7 +137,6 @@ StateStroke_Context::~StateStroke_Context() duckmatic_push.restore(); App::toolbox->refresh(); - synfig::info("No longer scribbling"); // Send the stroke data to whatever previously called this state. if(stroke_data->size()>=2)