rm log
This commit is contained in:
parent
22f58fde79
commit
b74c01f5b7
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ angular.module('copayApp.services')
|
||||||
root.set = function(k, v, cb) {
|
root.set = function(k, v, cb) {
|
||||||
root.init(function(err, fs, dir) {
|
root.init(function(err, fs, dir) {
|
||||||
if (err) return cb(err);
|
if (err) return cb(err);
|
||||||
console.log('[fileStorage.js.58:dir:]',dir.nativeURL); //TODO
|
|
||||||
dir.getFile(k, {
|
dir.getFile(k, {
|
||||||
create: true,
|
create: true,
|
||||||
}, function(fileEntry) {
|
}, function(fileEntry) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue