Typo: 'convience' -> 'convenience'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / main.cpp
index 6dd824f..ef9df72 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file synfigapp/main.cpp
 **     \brief Template File
 **
-**     $Id: main.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -376,7 +376,7 @@ synfigapp::Main::select_input_device(InputDevice::Handle input_device)
 {
        assert(input_device);
 
-       synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str());
+       // synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str());
 
        selected_input_device_=input_device;