Skip to content

Commit

Permalink
refactor(logs): remove uncessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Oct 6, 2023
1 parent e84c8c4 commit 4d16b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export async function migrateToken(plugin: GithubPublisher, token?: string) {
return;
}
logs({settings: plugin.settings}, `Moving the GitHub Token in the file : ${tokenPath}`);
console.log(tokenPath, tokenPath.endsWith(".json"));
if (tokenPath.endsWith(".json")) {
const envToken = {
GITHUB_PUBLISHER_TOKEN: token
Expand Down

0 comments on commit 4d16b52

Please sign in to comment.