Skip to content

Commit

Permalink
removed filderLoading when starting the program
Browse files Browse the repository at this point in the history
  • Loading branch information
realTobby committed Dec 5, 2017
1 parent 2de0cf1 commit 7e061e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ImageScraper/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public MainFormImageScraper()
/// <param name="e"></param>
private void Form1_Load(object sender, EventArgs e)
{
ImageScrape.LoadFilter();
webBrowser.ScriptErrorsSuppressed = true; // maybe this will work? No more errors to the user
}

Expand Down

0 comments on commit 7e061e5

Please sign in to comment.