From c884045845bc3653a9826f2ed7481a511e1e1c0c Mon Sep 17 00:00:00 2001 From: jihye kim Date: Fri, 24 Aug 2012 15:02:33 +0900 Subject: [PATCH] [Title] delete log function [Type] work [Module] event injector [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- org.tizen.location.map/src/org/tizen/location/map/page/DebugLog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.location.map/src/org/tizen/location/map/page/DebugLog.java b/org.tizen.location.map/src/org/tizen/location/map/page/DebugLog.java index 734a9cc..740e32d 100644 --- a/org.tizen.location.map/src/org/tizen/location/map/page/DebugLog.java +++ b/org.tizen.location.map/src/org/tizen/location/map/page/DebugLog.java @@ -75,7 +75,7 @@ public class DebugLog { public static void log(String msg) { //logger.info(msg); - System.out.println("[INJECTOR] " + msg); + //System.out.println("[INJECTOR] " + msg); } } -- 2.7.4