diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-14 10:23:12 +0800 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-14 10:23:12 +0800 |
| commit | f90f0b2f1f234d08742a4f0dd8afcd4b80e26d05 (patch) | |
| tree | a3b7def680964e2015afb3e3188b955e64679f9a /src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java | |
| parent | 2254c0fac78dbca807a93648c60c93281b8fb686 (diff) | |
| download | notenoughupdates-f90f0b2f1f234d08742a4f0dd8afcd4b80e26d05.tar.gz notenoughupdates-f90f0b2f1f234d08742a4f0dd8afcd4b80e26d05.tar.bz2 notenoughupdates-f90f0b2f1f234d08742a4f0dd8afcd4b80e26d05.zip | |
something something capes
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java b/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java index aad82b9f..dd02c887 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java @@ -1028,8 +1028,6 @@ public class CustomAH extends Gui { return; } - System.out.println("Updating search:"+searchField.getText()); - lastUpdateSearch = System.currentTimeMillis(); shouldUpdateSearch = false; @@ -1345,7 +1343,6 @@ public class CustomAH extends Gui { } } - System.out.println(); Utils.playPressSound(); } else if(mouseY > guiTop+126 && mouseY < guiTop+126+16 && !leftFiller) { priceField.setFocused(true); |
