@@ -45,9 +45,6 @@ public class NetworkConfigProvider {
* @return
*/
public static INetworkConfig getNetworkConfig(boolean isDebug) {
-// return new NetworkConfigProduct();
-
- // fixme 임시로 개발 설정 이용
- return new NetworkConfigDevelop();
+ return new NetworkConfigProduct();
}