Skip to content

Commit

Permalink
Remove local testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Jan 29, 2024
1 parent a9708f9 commit 0851cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dd-trace/src/plugins/util/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ function generatePackFilesForCommits (commitsToUpload) {

// If there is ciMetadata, it takes precedence.
function getGitMetadata (ciMetadata) {
require('fs').writeFileSync(process.cwd() + '/logs.txt', 'get git metadata\n', { flag: 'a+' })
console.log('get git metadata')
const {
commitSHA,
branch,
Expand Down

0 comments on commit 0851cbc

Please sign in to comment.