Skip to content

Commit 895fb37

Browse files
committed
Remove unnecessary re-reading of the preference.
1 parent b46e537 commit 895fb37

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ define(function (require, exports, module) {
6666
config = defaultConfig;
6767
}
6868

69-
_scanProjectOnly = pm.get(PREF_SCAN_PROJECT_ONLY);
70-
7169
var resultJH = JSHINT(text, config.options, config.globals);
7270

7371
if (!resultJH) {

0 commit comments

Comments
 (0)