Skip to content

Commit daea250

Browse files
cleanup
1 parent 0316f36 commit daea250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

local-notifications.android.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ LocalNotifications._getInterval = function(interval) {
130130
* This way we can later retrieve it to cancel it, or restore upon reboot.
131131
*/
132132
LocalNotifications._persist = function (options) {
133-
console.log("------------------- persisting: " + JSON.stringify(options));
134133
var sharedPreferences = LocalNotifications._getSharedPreferences();
135134
var sharedPreferencesEditor = sharedPreferences.edit();
136135
sharedPreferencesEditor.putString("" + options.id, JSON.stringify(options));

0 commit comments

Comments
 (0)