Skip to content

Commit e0d483f

Browse files
committed
Update release
1 parent 4c07690 commit e0d483f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release/compiler.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,10 @@ var ProjectCompiler = /** @class */ (function () {
118118
var baseRelative = path.relative(this.project.options.rootDir, file.gulp.base);
119119
baseDeclarations = path.join(this.project.options.declarationDir, baseRelative);
120120
}
121-
if (base === '')
122-
console.log(1, file.gulp.base, this.project.options.outDir);
123121
}
124122
else if (this.project.options.outFile) {
125123
base = this.project.directory;
126124
baseDeclarations = base;
127-
if (base === '')
128-
console.log(2, this.project);
129125
}
130126
else {
131127
base = this.project.directory;
@@ -134,8 +130,6 @@ var ProjectCompiler = /** @class */ (function () {
134130
if (dtsFileName !== undefined) {
135131
dtsFileName = path.resolve(base, dtsFileName);
136132
}
137-
if (base === '')
138-
console.log(3, this.project.options.out, jsFileName);
139133
}
140134
if (jsContent !== undefined) {
141135
if (jsMapContent !== undefined) {

0 commit comments

Comments
 (0)