Skip to content

Commit 46bacb0

Browse files
committed
remove log
1 parent 204c2c1 commit 46bacb0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

core/src/com/biglybt/plugin/startstoprules/defaultplugin/StartStopRulesDefaultPlugin.java

+6-4
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,13 @@ public void scrapeResult(DownloadScrapeResult result) {
724724
// Skip if error (which happens when listener is first added and the
725725
// torrent isn't scraped yet)
726726
if (result.getResponseType() == DownloadScrapeResult.RT_ERROR) {
727-
if (bDebugLog)
728-
log.log(dl.getTorrent(), LoggerChannel.LT_INFORMATION,
729-
"Ignored somethingChanged: new scrapeResult (RT_ERROR)");
730-
if (dlData != null)
727+
if (bDebugLog){
728+
// removed, not useful
729+
// log.log(dl.getTorrent(), LoggerChannel.LT_INFORMATION, "Ignored somethingChanged: new scrapeResult (RT_ERROR)");
730+
}
731+
if (dlData != null){
731732
dlData.scrapeReceived( result );
733+
}
732734
return;
733735
}
734736

0 commit comments

Comments
 (0)