Remove unuseful code 2.2_release submit/tizen_2.2/20130814.090248 submit/tizen_2.2/20130814.101840
authorJaehyun Kim <jeik01.kim@samsung.com>
Fri, 10 May 2013 04:39:02 +0000 (13:39 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 1 Aug 2013 04:32:52 +0000 (13:32 +0900)
Change-Id: Ib42ad83fd286c1fe2772e30351940b775af5f1c6

include/log.h
packaging/net-config.spec

index 8904a3d..028f2c6 100644 (file)
@@ -31,13 +31,6 @@ extern "C" {
 #undef LOG_TAG
 #define LOG_TAG "NET_CONFIG"
 
-#define __PRT(level, format, arg...) \
-       do { \
-               char *ch = strrchr(__FILE__, '/'); \
-               ch = ch ? ch + 1 : __FILE__; \
-               fprintf(stderr, PACKAGE": %s:%s() "format"\n", ch, __FUNCTION__, ## arg); \
-       } while(0)
-
 #define DBG(format, arg...)            LOGD(format, ## arg)
 #define INFO(format, arg...)           LOGI(format, ## arg)
 #define WARN(format, arg...)           LOGW(format, ## arg)
index 7068684..70c6d4a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       net-config
 Summary:    TIZEN Network Configuration Module
-Version:    0.1.90_24
+Version:    0.1.90_25
 Release:    1
 Group:      System/Network
 License:    Apache License Version 2.0
@@ -71,7 +71,6 @@ vconftool set -t int memory/wifi/transfer_state 0 -i
 vconftool set -t int memory/wifi/strength 0 -i
 vconftool set -t int memory/wifi/bgscan_mode 0 -i
 
-vconftool set -t int memory/dnet/cellular 0 -i
 vconftool set -t int memory/dnet/wifi 0 -i
 vconftool set -t int memory/dnet/network_config 0 -i
 vconftool set -t int memory/dnet/status 0 -i