Remove temporary debugging information accidentally committed

This commit is contained in:
Curtis Gedak 2009-04-28 14:23:09 -06:00
parent 58c9336e9d
commit 301f58c977
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ Glib::ustring DMRaid::get_udev_name( const Glib::ustring & dev_path )
udev_name = Utils::regexp_label( udev_name, "([^/]*)$" ) ;
}
std::cout << "dev_path: " << dev_path << ", udev_name: " << udev_name << std::endl;
return udev_name ;
}