mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-15 14:05:03 -05:00
removed debug output
This commit is contained in:
parent
f736d9d676
commit
35cb1ad588
@ -427,7 +427,6 @@ namespace keepass2android
|
|||||||
|
|
||||||
TextView keyView = (TextView)view.FindViewById(Resource.Id.title);
|
TextView keyView = (TextView)view.FindViewById(Resource.Id.title);
|
||||||
String key = keyView.Text;
|
String key = keyView.Text;
|
||||||
Android.Util.Log.Debug("DEBUG","------------- " + index.ToString()+ " " + key);
|
|
||||||
|
|
||||||
if (String.IsNullOrEmpty(key))
|
if (String.IsNullOrEmpty(key))
|
||||||
continue;
|
continue;
|
||||||
@ -823,7 +822,6 @@ namespace keepass2android
|
|||||||
|
|
||||||
if (!PwDefs.IsStandardField(key)) {
|
if (!PwDefs.IsStandardField(key)) {
|
||||||
var ees = CreateExtraStringView(pair);
|
var ees = CreateExtraStringView(pair);
|
||||||
Android.Util.Log.Debug("DEBUG", "aiding key " +key);
|
|
||||||
container.AddView(ees);
|
container.AddView(ees);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user