We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583b35b commit 20017beCopy full SHA for 20017be
1 file changed
gdrive.go
@@ -136,7 +136,6 @@ func (w *GDriveWatcher) sync() {
136
if cached != nil {
137
// Check if the LastModified has been changed
138
if !cached.LastModified.Equal(obj.LastModified) || cached.Hash != obj.Hash {
139
- fmt.Printf("cached %s obj %s\n", cached.LastModified, obj.LastModified)
140
event := Event{
141
Key: obj.Key,
142
Type: FileChanged,
0 commit comments