Skip to content

Commit

Permalink
Remove bell / ping sound
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Mar 17, 2021
1 parent b49b1ad commit 98d3663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ loop:
for {
select {
case <-tick:
beep()
elog.Info(1, fmt.Sprintf("beep, %v", m))
//beep()
// elog.Info(1, fmt.Sprintf("beep, %v", m))
case c := <-r:
switch c.Cmd {

Expand Down

0 comments on commit 98d3663

Please sign in to comment.