removing commented code from delegenz/tests

This commit is contained in:
Derek Legenzoff 2020-09-15 11:21:11 -07:00
Родитель bbae7350a9
Коммит 1d8a998d36
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -18,10 +18,6 @@ Object.defineProperty(exports, "__esModule", {
value: true
});
//const ignoreBundle = !/^(false|0)?$/i.test(process.env.AZCODE_SEARCH_IGNORE_BUNDLE || '');
//const extensionPath = ignoreBundle ? "./dist/extension.bundle" : "./dist/extension.bundle";
//const extension = require(extensionPath);
const extension = require('./dist/extension.bundle');
async function activate(ctx) {