Skip to content

Commit d9a6302

Browse files
committed
remove commented out code
1 parent 7c4240b commit d9a6302

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/page.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const statsd = require('./statsd')
1818
const readFileContents = require('./read-file-contents')
1919
const getLinkData = require('./get-link-data')
2020
const union = require('lodash/union')
21-
// const getDocumentType = require('./get-document-type')
2221

2322
class Page {
2423
static async init (opts) {
@@ -77,9 +76,6 @@ class Page {
7776
this.introLinks.rawOverview = this.introLinks.overview
7877
}
7978

80-
// Is this a Product, Category, Topic, or Article?
81-
// this.documentType = getDocumentType(this.relativePath)
82-
8379
// Get array of versions that the page is available in for fast lookup
8480
this.applicableVersions = getApplicableVersions(this.versions, this.fullPath)
8581

0 commit comments

Comments
 (0)