summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/utils/ldif2json/conf.patch
blob: e253e5f7b1e1cbbeeb21bcbe22443490e3f570ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git i/src/conf.cr w/src/conf.cr
index b29ca84..eb7e0b4 100644
--- i/src/conf.cr
+++ w/src/conf.cr
@@ -89,7 +89,6 @@ module Ldif2json
         
       end.parse
 
-      puts "@coercions #{@coercions.inspect} @can_be_coerced #{@can_be_coerced.inspect} @can_be_coerced[\"foobar\"] #{@can_be_coerced["foobar"].inspect} @can_be_flattened #{@can_be_flattened.inspect} @can_be_flattened[\"foobar\"] #{@can_be_flattened["foobar"].inspect}"
       raise NormalError.new("cannot set types in join mode") if @mode == Mode::Join && @coercions.size > 0
       
     end