Remove debugging statement

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-06-02 13:38:34 +01:00
parent 95cfbade9a
commit aef96b5bf3
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -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 {