removed debug logs which are not important

This commit is contained in:
yashsinghcodes
2024-12-02 23:23:12 +05:30
parent 9746829253
commit 6c7cbc2790
2 changed files with 5 additions and 8 deletions
-1
View File
@@ -2624,7 +2624,6 @@ func deployTenzirNode() error {
err := checkTenzirNode()
if err == nil {
log.Printf("[INFO] Tenzir Node is already running")
return nil
}