diff --git a/src/metabase/api/field.clj b/src/metabase/api/field.clj index 3d0adcf2c53e62c861733a62913e060e041d783b..39bc83084021478e6edc2f7f1d655f56a75710c5 100644 --- a/src/metabase/api/field.clj +++ b/src/metabase/api/field.clj @@ -39,7 +39,6 @@ (let-404 [field (Field id)] (write-check field) - (println "special_type:" special_type) ; NOCOMMIT (let [special_type (keyword (get body :special_type (:special_type field))) visibility_type (or visibility_type (:visibility_type field)) ;; only let target field be set for :fk type fields, and if it's not in the payload then leave the current value