Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c04b894

Browse files
committed
Remove unnecessary import logging
1 parent 5f7b1ef commit c04b894

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasklite-core/source/ImportExport.hs

-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ importTask conf = do
238238
case importResult of
239239
Left error -> die $ (T.pack error) <> " in task \n" <> show content
240240
Right importTaskRecord -> do
241-
putStr ("Importing … " :: Text)
242241
effectiveUserName <- getEffectiveUserName
243242
let
244243
taskParsed = task importTaskRecord

0 commit comments

Comments
 (0)