mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
remove old code from 1Password 1pif importer
This commit is contained in:
parent
26c5f4049d
commit
d8e8939eca
@ -560,9 +560,6 @@
|
||||
reader.onload = function (evt) {
|
||||
var fileContent = evt.target.result;
|
||||
var fileLines = fileContent.split(/(?:\r\n|\r|\n)/);
|
||||
//var jsonParts = fileContent.split(/(?:\r\n|\r|\n)\*\*\*.*?\*\*\*(?:\r\n|\r|\n)/);
|
||||
//var jsonString = '[' + jsonParts.join(',') + ']';
|
||||
//var items = JSON.parse(jsonString);
|
||||
|
||||
for (i = 0; i < fileLines.length; i++) {
|
||||
var line = fileLines[i];
|
||||
|
Loading…
Reference in New Issue
Block a user