Skip to content

Commit 3fc8ec3

Browse files
chore: remove data display
1 parent 969dd27 commit 3fc8ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/utils/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async function download({ context, repository, owner }: { context: GitHubContext
174174
path: filePath,
175175
mediaType: { format: "raw" },
176176
});
177-
console.log(`Configuration file found at ${owner}/${repository}/${filePath}. xRateLimit remaining: ${headers?.["x-ratelimit-remaining"]}. Data:`, data);
177+
console.log(`Configuration file found at ${owner}/${repository}/${filePath}. xRateLimit remaining: ${headers?.["x-ratelimit-remaining"]}.`);
178178
return data as unknown as string; // this will be a string if media format is raw
179179
} catch (err) {
180180
// In case of a missing config, do not log it as an error

0 commit comments

Comments
 (0)