Remove println
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
(defn get-record-type
|
(defn get-record-type
|
||||||
"Determines the DNS record type (A or AAAA) based on IP address format."
|
"Determines the DNS record type (A or AAAA) based on IP address format."
|
||||||
[ip-address]
|
[ip-address]
|
||||||
(println ip-address)
|
|
||||||
(if (.includes ip-address ":")
|
(if (.includes ip-address ":")
|
||||||
"AAAA"
|
"AAAA"
|
||||||
"A"))
|
"A"))
|
||||||
|
|||||||
Reference in New Issue
Block a user