We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0316f36 commit daea250Copy full SHA for daea250
local-notifications.android.js
@@ -130,7 +130,6 @@ LocalNotifications._getInterval = function(interval) {
130
* This way we can later retrieve it to cancel it, or restore upon reboot.
131
*/
132
LocalNotifications._persist = function (options) {
133
- console.log("------------------- persisting: " + JSON.stringify(options));
134
var sharedPreferences = LocalNotifications._getSharedPreferences();
135
var sharedPreferencesEditor = sharedPreferences.edit();
136
sharedPreferencesEditor.putString("" + options.id, JSON.stringify(options));
0 commit comments