[유치수] [NOBTS] demo에서 memcached, www.naver.com 호출 안함.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-testweb/trunk@2943 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-11-20 06:21:52 +00:00
parent 4d50118b9b
commit c1919bbd45
@@ -52,8 +52,6 @@ public class DemoController implements DisposableBean {
public String demo() {
callBackend1();
callBackend2();
memcached();
naver();
return "demo";
}