Apply DNS configuration method
[platform/upstream/connman.git] / src / ipconfig.c
index c178eb5..27d98b2 100755 (executable)
@@ -1964,9 +1964,7 @@ void __connman_ipconfig_append_ipv6config(struct connman_ipconfig *ipconfig,
 {
        const char *str, *privacy;
 
-#if !defined TIZEN_EXT
        DBG("");
-#endif
 
        str = __connman_ipconfig_method2string(ipconfig->method);
        if (!str)
@@ -2010,9 +2008,7 @@ void __connman_ipconfig_append_ipv4config(struct connman_ipconfig *ipconfig,
 {
        const char *str;
 
-#if !defined TIZEN_EXT
        DBG("");
-#endif
 
        str = __connman_ipconfig_method2string(ipconfig->method);
        if (!str)