Skip to content

Commit 0ad4e8a

Browse files
committed
comment diagnostic code
1 parent 685d3e2 commit 0ad4e8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

OneMore/Commands/References/BiLinkCommand.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ private bool AnchorModified(XElement candidate, XElement anchor)
234234

235235
if (oldxml != newxml)
236236
{
237-
logger.WriteLine("differences found in anchor/candidate");
238-
logger.WriteLine($"oldxml/anchor {oldxml.Length}");
239-
logger.WriteLine(oldxml);
240-
logger.WriteLine($"newxml/candidate {newxml.Length}");
241-
logger.WriteLine(newxml);
237+
//logger.WriteLine("differences found in anchor/candidate");
238+
//logger.WriteLine($"oldxml/anchor {oldxml.Length}");
239+
//logger.WriteLine(oldxml);
240+
//logger.WriteLine($"newxml/candidate {newxml.Length}");
241+
//logger.WriteLine(newxml);
242242

243243
for (int i= 0; i < oldxml.Length && i < newxml.Length; i++)
244244
{

0 commit comments

Comments
 (0)