summaryrefslogtreecommitdiff
path: root/source/features/revert-file.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/revert-file.tsx')
-rw-r--r--source/features/revert-file.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/revert-file.tsx b/source/features/revert-file.tsx
index c0b0e25b..4b8fba67 100644
--- a/source/features/revert-file.tsx
+++ b/source/features/revert-file.tsx
@@ -93,7 +93,6 @@ async function handleRevertFileClick(event: DelegateEvent<MouseEvent, HTMLButton
if (!file) {
// The file was created by this PR. Revert === Delete.
// If there was a way to tell if a file was created by the PR, we could skip `getFile`
- // TODO: find this info on the page ("was this file created by this PR?")
await deleteFile(menuItem);
return;
}