Skip to content

Commit

Permalink
fix: remove debgging print
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdavid1 committed Nov 17, 2024
1 parent f165241 commit fb269a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions odiglet/pkg/instrumentation/fs/agents.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ func removeChangedFilesFromKeepMap(filesToKeepMap map[string]struct{}, container
return fmt.Errorf("error calculating hash for container file %s: %v", containerPath, err)
}

fmt.Println("hostHash: ", hostHash, " containerHash: ", containerHash)

// If hashes are different, mark as changed
if hostHash != containerHash {
delete(filesToKeepMap, hostPath)
Expand Down

0 comments on commit fb269a5

Please sign in to comment.