Skip to content

Commit b8f6d3e

Browse files
committed
remove obsolete nuget packages and un-compilable line of code
1 parent 4264147 commit b8f6d3e

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

CleanModQueue/CleanModQueue.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<EmbeddedResource Include="SettingsForm.resx">
109109
<DependentUpon>SettingsForm.cs</DependentUpon>
110110
</EmbeddedResource>
111-
<None Include="packages.config" />
112111
<None Include="Properties\DataSources\AuditLog.datasource" />
113112
<None Include="Properties\DataSources\Reddit.OnePost.datasource" />
114113
<None Include="Properties\DataSources\Reddit.OnePostData.datasource" />

CleanModQueue/Reddit.Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public Client(int requestDelayInMs)
108108
reportedUsers = new List<String>();
109109
checkedUserCache = new Dictionary<String, bool>();
110110
// avoid the "too many delimiter characters"
111-
System.Net.Http.Formatting.MediaTypeFormatter.SkipStreamLimitChecks = true;
111+
//System.Net.Http.Formatting.MediaTypeFormatter.SkipStreamLimitChecks = true;
112112
handler = new HttpClientHandler
113113
{
114114
UseCookies = true,

CleanModQueue/packages.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)