[interchange-cvs] interchange - racke modified dist/lib/UI/usertag/display.tag

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Apr 15 06:05:01 2002


User:      racke
Date:      2002-04-15 10:04:50 GMT
Modified:  dist/lib/UI/usertag Tag: STABLE_4_8-branch display.tag
Log:
disable accidentally activated debug message

Revision  Changes    Path
No                   revision



No                   revision



2.3.2.3   +1 -1      interchange/dist/lib/UI/usertag/Attic/display.tag


rev 2.3.2.3, prev_rev 2.3.2.2
Index: display.tag
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/usertag/Attic/display.tag,v
retrieving revision 2.3.2.2
retrieving revision 2.3.2.3
diff -u -r2.3.2.2 -r2.3.2.3
--- display.tag	12 Apr 2002 17:38:15 -0000	2.3.2.2
+++ display.tag	15 Apr 2002 10:04:50 -0000	2.3.2.3
@@ -39,7 +39,7 @@
 #::logDebug("data call failed: $@") if $@;
 
 	if(! $CGI::values{ui_no_meta_display}) {
-::logDebug("meta call: table=$table col=$column key='$key' text=$text");
+#::logDebug("meta call: table=$table col=$column key='$key' text=$text");
 		($widget, $label, $help, $help_url) = UI::Primitive::meta_display($table,$column,$key,$text,undef,undef,$opt);
 #::logDebug("past meta_display, help=$help url=$help_url label=$label");
 		$widget =~ s/<(input|select)\s+/<$1 $opt->{js} /i