From: Pawel Kaczmarek Date: Mon, 26 Jan 2015 10:28:13 +0000 (+0100) Subject: [Calendar] Remove console.logd X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe6fc00d4677e57e301cff1820fb35a8200a143a;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Calendar] Remove console.logd [Verification] TCT without change Change-Id: I81f28d05cf45eadfef17bd3bcfeb7121fcc1555c Signed-off-by: Pawel Kaczmarek --- diff --git a/src/calendar/js/calendar_item.js b/src/calendar/js/calendar_item.js index ee69f13e..5e61217c 100644 --- a/src/calendar/js/calendar_item.js +++ b/src/calendar/js/calendar_item.js @@ -427,7 +427,6 @@ CalendarItem.prototype.clone = function() { function _convertFromStringToItem(str) { if (str.indexOf('VCALENDAR') === -1) { - console.logd('Wrong format'); return; } @@ -449,7 +448,6 @@ function _convertFromStringToItem(str) { } else if (str.indexOf('\n') > -1) { sep = '\n'; } else { - console.logd('Wrong separator'); return; }