Skip to content

Commit

Permalink
clean up old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasegense committed Feb 2, 2024
1 parent 942dacf commit e2ff39d
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,7 @@ public void contextInitialized(ServletContextEvent event) {
else{
log.info("Using default warc-file-resolver implementation");
}

//TODO Delete code later. this is just a backup implementation
/* This works with socks 5
new Thread(new Runnable() {
public void run() {
SOCKS.main(new String[]{"/home/teg/workspace/solrwayback/socks.properties"});
}
}).start();
*/


log.info("solrwayback version " + version + " started successfully");

} catch (Exception e) {
Expand Down

0 comments on commit e2ff39d

Please sign in to comment.