aaa i forgor debug line

This commit is contained in:
Chayapak 2023-04-28 12:50:20 +07:00
parent c5df71e792
commit ccabeecf4b
2 changed files with 11 additions and 13 deletions

View file

@ -4,7 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="patch sus?" />
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="add command suggestions i guess" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -95,13 +95,6 @@
<option name="presentableId" value="Default" />
<updated>1680245437032</updated>
</task>
<task id="LOCAL-00082" summary="mess with the pitch correction again to fix the sus problem">
<created>1681882635433</created>
<option name="number" value="00082" />
<option name="presentableId" value="LOCAL-00082" />
<option name="project" value="LOCAL" />
<updated>1681882635434</updated>
</task>
<task id="LOCAL-00083" summary="fard">
<created>1681882806578</created>
<option name="number" value="00083" />
@ -438,7 +431,14 @@
<option name="project" value="LOCAL" />
<updated>1682654933076</updated>
</task>
<option name="localTasksCounter" value="131" />
<task id="LOCAL-00131" summary="add command suggestions i guess">
<created>1682658849116</created>
<option name="number" value="00131" />
<option name="presentableId" value="LOCAL-00131" />
<option name="project" value="LOCAL" />
<updated>1682658849117</updated>
</task>
<option name="localTasksCounter" value="132" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -453,7 +453,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="put the setter back" />
<MESSAGE value="use serverName instead of host:port for console i guess" />
<MESSAGE value="actually revert greplog update because it breaks stuff" />
<MESSAGE value="add filter (ignore messy code plz)" />
@ -478,7 +477,8 @@
<MESSAGE value="bots mabe" />
<MESSAGE value="amogus" />
<MESSAGE value="patch sus?" />
<option name="LAST_COMMIT_MESSAGE" value="patch sus?" />
<MESSAGE value="add command suggestions i guess" />
<option name="LAST_COMMIT_MESSAGE" value="add command suggestions i guess" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

View file

@ -43,8 +43,6 @@ public class CommandSuggestionPlugin extends ChatPlugin.ChatListener {
}
final String input = ((TextComponent) inputComponent).content();
System.out.println("input is \"" + input + "\"");
final List<Component> output = new ArrayList<>();
output.add(Component.text(id));
output.add(Component.text(transactionId));