diff --git a/source/FileParser.cs b/source/FileParser.cs index 8e57993..5ba4207 100644 --- a/source/FileParser.cs +++ b/source/FileParser.cs @@ -91,9 +91,9 @@ public void Process() if (!string.IsNullOrEmpty(foundLineParamString)) // if there is a not registered param { - NeoDoc.WriteErrors("Unregistered param detected", new List() { - "'" + foundLineParamString + "' ('" + line + "')" - }, relPath, CurrentLineCount + 1, (int)NeoDoc.ERROR_CODES.UNREGISTERED_PARAM); + //NeoDoc.WriteErrors("Unregistered param detected", new List() { + // "'" + foundLineParamString + "' ('" + line + "')" + //}, relPath, CurrentLineCount + 1, (int)NeoDoc.ERROR_CODES.UNREGISTERED_PARAM); } else {