Skip to content

Commit

Permalink
Remove id from project list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McCauley authored and Ryan McCauley committed Jul 6, 2016
1 parent 1b5d710 commit 1eaaba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public ModifiedNameValuePair(String name, String value) {
}
@Override
public String toString(){
return getName() + " (id: " + getValue() + ")";
return getName();
}
@Override
public int compareTo(NameValuePair o) {
Expand Down

0 comments on commit 1eaaba2

Please sign in to comment.