[Calendar] Remove console.logd
authorPawel Kaczmarek <p.kaczmarek3@samsung.com>
Mon, 26 Jan 2015 10:28:13 +0000 (11:28 +0100)
committerRafal Galka <r.galka@samsung.com>
Thu, 29 Jan 2015 09:56:46 +0000 (18:56 +0900)
[Verification]
TCT without change

Change-Id: I81f28d05cf45eadfef17bd3bcfeb7121fcc1555c
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
src/calendar/js/calendar_item.js

index ee69f13e1d896cf0b406a94569e6aca523167357..5e61217cfd48a785dfb79bce501b1aaafc7b0be1 100644 (file)
@@ -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;
   }