Skip to content

Commit a942c02

Browse files
committed
Removed a warning pragma.
1 parent 3da56e2 commit a942c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sagara.FeedReader/Modules/ApplePodcasts/iTunesItem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public iTunesItem(XElement itemElement)
201201
if (!Enum.TryParse(typeElement, out iTunesEpisodeType episodeType))
202202
{
203203
// Can't parse it into an enum. Don't assume any default value.
204-
#warning TODO: logging?
205204
return null;
206205
}
207206

0 commit comments

Comments
 (0)