Author: rgrabowski
Date: Sun Jan 21 11:26:25 2007
New Revision: 498432

URL: http://svn.apache.org/viewvc?view=rev&rev=498432
Log:
Commented out non-descriptive DEBUG messages when AutoMapStrategy was used.

Modified:
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/ResultStrategy/AutoMapStrategy.cs

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/ResultStrategy/AutoMapStrategy.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/ResultStrategy/AutoMapStrategy.cs?view=diff&rev=498432&r1=498431&r2=498432
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/ResultStrategy/AutoMapStrategy.cs
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/ResultStrategy/AutoMapStrategy.cs
 Sun Jan 21 11:26:25 2007
@@ -60,10 +60,12 @@
 
                 resultMap.Properties.AddRange(properties);
 
+                               /*
                 if (_logger.IsDebugEnabled)
                 {
                     _logger.Debug("The Remap Result");
                 }
+                               */
                        }
                        else
                        {
@@ -83,10 +85,13 @@
                                                }
                                        }
                                }
+
+                               /*
                 if (_logger.IsDebugEnabled)
                 {
                     _logger.Debug("The AutoMap Reader");
                 }
+                               */
                        }
                    
                    return resultMap;


Reply via email to