Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Apr 9, 2021
1 parent 7c4240b commit d9a6302
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const statsd = require('./statsd')
const readFileContents = require('./read-file-contents')
const getLinkData = require('./get-link-data')
const union = require('lodash/union')
// const getDocumentType = require('./get-document-type')

class Page {
static async init (opts) {
Expand Down Expand Up @@ -77,9 +76,6 @@ class Page {
this.introLinks.rawOverview = this.introLinks.overview
}

// Is this a Product, Category, Topic, or Article?
// this.documentType = getDocumentType(this.relativePath)

// Get array of versions that the page is available in for fast lookup
this.applicableVersions = getApplicableVersions(this.versions, this.fullPath)

Expand Down

0 comments on commit d9a6302

Please sign in to comment.