Skip to content

Commit

Permalink
Update CrawlerPack.java
Browse files Browse the repository at this point in the history
  • Loading branch information
abola committed Jan 26, 2016
1 parent a0e8651 commit 4404576
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/github/abola/crawler/CrawlerPack.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package com.github.abola.crawler;

import com.google.common.base.Stopwatch;
import org.apache.commons.httpclient.Cookie;
import org.apache.commons.io.IOUtils;
import org.apache.commons.vfs2.*;
Expand Down Expand Up @@ -235,7 +234,6 @@ public String getFromRemote(String uri){

String remoteContent = "";

Stopwatch sw = Stopwatch.createStarted();
try {
log.debug("Loading remote URI:" + uri);

Expand Down

0 comments on commit 4404576

Please sign in to comment.