From fe6fc00d4677e57e301cff1820fb35a8200a143a Mon Sep 17 00:00:00 2001
From: Pawel Kaczmarek
Date: Mon, 26 Jan 2015 11:28:13 +0100
Subject: [PATCH] [Calendar] Remove console.logd
[Verification]
TCT without change
Change-Id: I81f28d05cf45eadfef17bd3bcfeb7121fcc1555c
Signed-off-by: Pawel Kaczmarek
---
src/calendar/js/calendar_item.js | 2 --
1 file changed, 2 deletions(-)
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;
}
--
2.34.1