Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4366df1

Browse files
committed
cleaning
1 parent 7c62b3b commit 4366df1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parsers/handlers/marshall/MarshallColumnsHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class MarshallColumnsHandler extends AbstractYamlHandler {
2626
// Check every column
2727
Object.keys(yaml.columns)
2828
.forEach((key) => {
29-
console.log(key);
3029
let column = yaml.columns[key];
3130
/** BASE COLUMN INFO */
3231
if (!column.input) {

0 commit comments

Comments
 (0)