Skip to content

Commit 6171a5e

Browse files
authored
Update validator.js (#466)
1 parent e681b17 commit 6171a5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/generate/validator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function analyzeFiles(json) {
7474
let result = {};
7575

7676
for (let repo of json) {
77-
console.log("Analyze " + repo);
7877
result[repo] = {};
7978
let cwd = workdir + repo;
8079
let dotabap = null;
@@ -172,7 +171,6 @@ function parse(result) {
172171
let files = listFiles(workdir + repo + result[repo].startingFolder, result[repo].ignoreFiles);
173172

174173
for (let file of files) {
175-
console.log(file.name);
176174
const buf = fs.readFileSync(file.path + file.name, "utf8");
177175
afiles.push(new abaplint.MemoryFile(file.name, buf));
178176
}

0 commit comments

Comments
 (0)