Skip to content

Commit 1a013d9

Browse files
committed
Minor fixes
1 parent daef3e9 commit 1a013d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,10 +822,10 @@ func Translate(ctx context.Context, inputStandard string, inputValue []byte, inp
822822
inputStructure, err := GetExistingStructure(keyTokenFile, shuffleConfig)
823823

824824

825-
log.Printf("[DEBUG] Schemaless: Found existing structure: %v", string(inputStructure))
825+
//log.Printf("[DEBUG] Schemaless: Found existing structure: %v", string(inputStructure))
826826
fixedOutput := FixTranslationStructure(string(inputStructure))
827827

828-
log.Printf("[DEBUG] Schemaless: Fixed output: %v", fixedOutput)
828+
//log.Printf("[DEBUG] Schemaless: Fixed output: %v", fixedOutput)
829829

830830
inputStructure = []byte(fixedOutput)
831831

0 commit comments

Comments
 (0)