mirror of
https://github.com/torproject/collector.git
synced 2024-11-27 03:10:28 +00:00
Remove unused assignment.
This commit is contained in:
parent
adb442aaa0
commit
1ea6a9dc1d
@ -597,7 +597,6 @@ public class SanitizedBridgesWriter extends CollecTorMain {
|
||||
if (scrubbed.hasContent()) {
|
||||
String scrubbedLine = scrubbed.toString();
|
||||
scrubbedLines.put(hashedBridgeIdentityHex, scrubbedLine);
|
||||
scrubbed = new DescriptorBuilder();
|
||||
}
|
||||
if (!includesFingerprintLine) {
|
||||
header.append("fingerprint ").append(authorityFingerprint).newLine();
|
||||
|
Loading…
Reference in New Issue
Block a user