Remove some debug code.

git-svn-id: svn://localhost/ardour2/branches/3.0@6998 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-04-27 00:29:35 +00:00
parent e112ed3d6a
commit 83b30a6d06

View File

@@ -1473,8 +1473,6 @@ Session::XMLRouteFactory_2X (const XMLNode& node, int version)
ds_prop = node.property (X_("diskstream"));
}
cout << "ds_prop " << ds_prop << "\n";
DataType type = DataType::AUDIO;
const XMLProperty* prop = node.property("default-type");