Skip to content

Commit

Permalink
rm touch on blob,blame
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwendt committed Jun 25, 2020
1 parent f52427e commit 56d3714
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -980,9 +980,6 @@ const onBlobOrBlame = (pathComponents: string[], repo: Repo): Subscribable<never
const ref = rev.length === 40 && /^[0-9a-f]+$/.test(rev) ? undefined : rev
const { commit } = determineFile()

// tslint:disable-next-line: no-floating-promises
touch({ ...repo, commit, ref })

const jsFileLineContainer = $1('.js-file-line-container')
if (!jsFileLineContainer) {
console.log(`could not find .js-file-line-container TODO figure out why this happens`)
Expand Down

0 comments on commit 56d3714

Please sign in to comment.