mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 09:12:17 -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);
|
||||
String key = keyView.Text;
|
||||
Android.Util.Log.Debug("DEBUG","------------- " + index.ToString()+ " " + key);
|
||||
|
||||
if (String.IsNullOrEmpty(key))
|
||||
continue;
|
||||
@ -823,7 +822,6 @@ namespace keepass2android
|
||||
|
||||
if (!PwDefs.IsStandardField(key)) {
|
||||
var ees = CreateExtraStringView(pair);
|
||||
Android.Util.Log.Debug("DEBUG", "aiding key " +key);
|
||||
container.AddView(ees);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user