Skip to content

Commit 3f685f2

Browse files
committed
remove ConversionIncident message from console
1 parent 206b14a commit 3f685f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JuniperMigration/JuniperParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ private bool ParseAddressBooks(XElement configNode)
185185
else if (addressBookName != JuniperObject.GlobalZoneName)
186186
{
187187
// Found non global address-book without a zone attached!!!
188-
Console.WriteLine("Found non global address-book without a zone attached: {0}", addressBookName);
189188
continue;
190189
}
191190

0 commit comments

Comments
 (0)