projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd6392
)
[Calendar] Remove console.logd
author
Pawel Kaczmarek
<p.kaczmarek3@samsung.com>
Mon, 26 Jan 2015 10:28:13 +0000
(11:28 +0100)
committer
Rafal 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
patch
|
blob
|
history
diff --git
a/src/calendar/js/calendar_item.js
b/src/calendar/js/calendar_item.js
index ee69f13e1d896cf0b406a94569e6aca523167357..5e61217cfd48a785dfb79bce501b1aaafc7b0be1 100644
(file)
--- 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;
}