- silence output
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 8 Dec 2006 12:24:40 +0000 (12:24 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 8 Dec 2006 12:24:40 +0000 (12:24 +0000)
svn path=/trunk/; revision=25090

reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp

index 07f63e7..a0e971a 100644 (file)
@@ -158,7 +158,6 @@ MSVCBackend::_generate_vcproj ( const Module& module )
                                module.GetBasePath() );
                        if ( module.type != RpcServer && module.type != RpcClient )
                        {
-                               printf("path %s\n", path.c_str ());
                                if ( path.find ("/include/reactos/idl") != string::npos)
                                {
                                        include_idl = true;