We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206b14a commit 3f685f2Copy full SHA for 3f685f2
JuniperMigration/JuniperParser.cs
@@ -185,7 +185,6 @@ private bool ParseAddressBooks(XElement configNode)
185
else if (addressBookName != JuniperObject.GlobalZoneName)
186
{
187
// Found non global address-book without a zone attached!!!
188
- Console.WriteLine("Found non global address-book without a zone attached: {0}", addressBookName);
189
continue;
190
}
191
0 commit comments