Skip to content

Commit 4cc4ea5

Browse files
chore(remove) print statements
1 parent 38a908a commit 4cc4ea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ main = do
104104
start <- getCurrentTime
105105
args <- getArgs
106106
let parsedArgs = argumentParser args
107-
print parsedArgs
108107
when (argHelp parsedArgs) $ do
109108
putStrLn "Usage: json-to-sql <file> [table] [dest] [--normalize]"
110109
putStrLn "Options:"

0 commit comments

Comments
 (0)