]> OCCT Git - occt-wok.git/commitdiff
Small correction
authorinv <inv@opencascade.com>
Tue, 14 Sep 2010 11:06:43 +0000 (11:06 +0000)
committerinv <inv@opencascade.com>
Tue, 14 Sep 2010 11:06:43 +0000 (11:06 +0000)
src/WOKTclLib/osutils.tcl

index cc3f22b59e4010569356fe52ed0ce98bf3854daf..1b489e290283b8b74cafefb1cbb0e7bad3e4ab18 100755 (executable)
@@ -939,7 +939,6 @@ proc osutils:vcproj { vc plat dir tkloc _guids {tmplat {} } {fmtcpp {} } } {
 
 # Generate Visual Studio project file for executable
 proc osutils:vcprojx { vc plat dir tkloc _guids {tmplat0 {} } {fmtcpp {} } } {
-    puts "VTN: osutils:vcprojx"
     if { $fmtcpp == {} } {set fmtcpp [osutils:vcproj:fmtcppx]}
     set fout {}
     foreach f [osutils:tk:files $tkloc osutils:compilable 0] {