Skip to content

Commit 2e785ed

Browse files
committed
chore(PRO-546): drop a redundant comment in the viewer route
1 parent cc3b4f6 commit 2e785ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/routes/viewer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function viewerRoutes(): Route[] {
2121
async function resolveViewer(): Promise<Viewer> {
2222
const repoRoot = readRepoRoot();
2323
const ghViewer = await getGitHubViewer(repoRoot);
24-
// Show the GitHub login (e.g. "dastratakos"), not the display name.
2524
if (ghViewer) return { name: ghViewer.login, avatarUrl: ghViewer.avatarUrl };
2625
const gitName = readGitUserName(repoRoot);
2726
if (gitName) return { name: gitName, avatarUrl: null };

0 commit comments

Comments
 (0)