Debug message removed.

This commit is contained in:
Luka Vandervelden 2020-10-14 13:28:07 +02:00
parent 585fee5b9f
commit 7c7c5641e1

View File

@ -566,6 +566,7 @@ class AuthD::Service
server.loop do |event| server.loop do |event|
if event.is_a? IPC::Exception if event.is_a? IPC::Exception
Baguette::Log.error "IPC::Exception" Baguette::Log.error "IPC::Exception"
pp! event
next next
end end