Repos / s4g / 400a116694
commit 400a11669449ae4609f7d7a113c7cece5a5ee78e
Author: Nhân <hi@imnhan.com>
Date:   Mon Jul 17 10:32:16 2023 +0700

    remove redundant logs

diff --git a/main.go b/main.go
index 6060cef..375ef2c 100644
--- a/main.go
+++ b/main.go
@@ -124,9 +124,7 @@ func handleServeCmd(folder, port string) {
 		newSite, err := regenerate(fsys)
 		livereload.SetError(err)
 		if err == nil {
-			fmt.Println("Sending", newSite.Root)
 			webRootUpdates <- newSite.Root
-			fmt.Println("Done", newSite.Root)
 		}
 	})
 	defer closeWatcher()