Remove debugging statement
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
95cfbade9a
commit
aef96b5bf3
1 changed files with 0 additions and 2 deletions
|
@ -160,8 +160,6 @@ func (b *I3bar) consumerLoop(requestBarRefresh func()) {
|
|||
// delimiter."
|
||||
inputBytes = inputBytes[:len(inputBytes)-1]
|
||||
|
||||
log.Debug().Str("plainContent", string(inputBytes)).Msg("got event from window manager")
|
||||
|
||||
// try and parse inputted JSON
|
||||
event := new(ClickEvent)
|
||||
if err := json.Unmarshal(bytes.Trim(inputBytes, ","), event); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue