Skip to content

Commit 1e24d2a

Browse files
committed
Remove obsolete error log
1 parent 7522e68 commit 1e24d2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lualib-build/plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ class LuaLibPlugin implements tstl.Plugin {
142142
const exports = this.featureExports.get(feature);
143143
if (!exports) {
144144
diagnostics.push(lualibDiagnostic(`Missing file for lualib feature: ${feature}`));
145-
console.error(`Missing file for lualib feature: ${feature}`);
146145
continue;
147146
}
148147
const dependencies = this.featureDependencies.get(feature);

0 commit comments

Comments
 (0)