[yast-commit] r40562 - /branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc
Author: gs Date: Wed Aug 29 14:07:33 2007 New Revision: 40562 URL: http://svn.opensuse.org/viewcvs/yast?rev=40562&view=rev Log: remove debug Modified: branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc Modified: branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc?rev=40562&r1=40561&r2=40562&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc (original) +++ branches/tmp/sh/mod-ui/ncurses/src/YNCursesUI.cc Wed Aug 29 14:07:33 2007 @@ -48,7 +48,7 @@ { y2milestone ("Start YNCursesUI"); _ui = this; - NCMIL << "DEBUG: " << ((getenv( "Y2NCDBG" )!= NULL)?"true":"false") << endl; + if ( getenv( "LANG" ) != NULL ) { string language = getenv( "LANG" ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn.opensuse.org