Skip to content

Commit

Permalink
suppress messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jankozik committed May 16, 2023
1 parent a74b22a commit 7a7b4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACadSharp/IO/DXF/DxfReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ public override CadHeader ReadHeader()

if (this._reader.LastValueAsString == null || !headerMap.TryGetValue(currVar, out var data))
{
#if TEST
this.triggerNotification($"Header variable not implemented {currVar}", NotificationType.NotImplemented);
#endif
this._reader.ReadNext();
continue;
}
Expand Down

0 comments on commit 7a7b4f1

Please sign in to comment.