summaryrefslogtreecommitdiff
path: root/src/main/TweetShell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/TweetShell.java')
-rw-r--r--src/main/TweetShell.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/TweetShell.java b/src/main/TweetShell.java
index 475590d..c1391ac 100644
--- a/src/main/TweetShell.java
+++ b/src/main/TweetShell.java
@@ -131,7 +131,6 @@ public class TweetShell implements TwitterApi.PinSupplier {
del("Deletes a keyword from search", 1),
commit("Activate the stream or apply the stream keyword changes"),
close("Close the stream"),
- test(""),
exit("Returns to shell"),
help("Get help"),
target("Set output target: {file, shell}.");
@@ -192,9 +191,6 @@ public class TweetShell implements TwitterApi.PinSupplier {
case close:
getStream().close();
break;
- case test:
- getStream().poll();
- break;
case help:
for (String line : HELP) {
System.out.println(line);