Skip to content

Commit

Permalink
Reverted test code
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Le <leqiyue@amazon.com>
  • Loading branch information
alexqyle committed Apr 17, 2023
1 parent aba6d63 commit 6783751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/reloader/reloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import (
"bytes"
"compress/gzip"
"context"
"fmt"
"hash"
"io"
"net/http"
Expand Down Expand Up @@ -604,7 +603,6 @@ func (w *watcher) run(ctx context.Context) {
return

case event := <-w.w.Events:
fmt.Printf("event: %s\n", event.Name)
w.watchEvents.Inc()
if _, ok := w.watchedDirs[filepath.Dir(event.Name)]; ok {
select {
Expand Down

0 comments on commit 6783751

Please sign in to comment.