Skip to content

Commit

Permalink
remove commented old scandata
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Mar 20, 2024
1 parent 07e8077 commit 3a2c186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sources/postman/postman.go
Expand Up @@ -574,7 +574,6 @@ func (s *Source) scanBody(ctx context.Context, chunksChan chan *sources.Chunk, m
m.Type = originalType + " > raw"
}
s.scanData(ctx, chunksChan, s.generateKeywordDataSet(s.buildSubstitueSet(m, data)), m)
// s.scanData(ctx, chunksChan, s.formatAndInjectKeywords(s.buildSubstitueSet(m, data)), m)
default:
break
}
Expand Down

0 comments on commit 3a2c186

Please sign in to comment.