From 0aafc622ce80d70184491895155bf344f2137ceb Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 4 May 2004 19:52:35 +0000 Subject: [PATCH] remove debug output --- pandatool/src/mayaprogs/mayaCopy.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/pandatool/src/mayaprogs/mayaCopy.cxx b/pandatool/src/mayaprogs/mayaCopy.cxx index f773415a4a..53d73f17d9 100644 --- a/pandatool/src/mayaprogs/mayaCopy.cxx +++ b/pandatool/src/mayaprogs/mayaCopy.cxx @@ -155,7 +155,6 @@ copy_maya_file(const Filename &source, const Filename &dest, exit(1); } - cerr << "Maya read\n"; if (!_maya->read(source)) { maya_cat.error() << "Unable to read " << source << "\n";