Skip to content

Commit

Permalink
Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Lee committed Mar 9, 2022
1 parent b771487 commit 65f224c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class InputService(
monitor.inputs.forEach { input ->
when (input) {
// debug use

logger.info("SearchInput: ${SearchInput}")
is SearchInput -> {
// TODO: Figure out a way to use SearchTemplateRequest without bringing in the entire TransportClient
val searchParams = mapOf(
Expand Down

0 comments on commit 65f224c

Please sign in to comment.