remove debug stuff

This commit is contained in:
Daniel Haß 2014-02-23 23:59:55 +01:00
parent 09e220eddd
commit 947b9902e5

View file

@ -216,8 +216,7 @@ public class EncryptActivity extends DrawerActivity {
// encrypt file based on Uri
// get file path from uri
//String path = FileHelper.getPath(this, uri);
String path = null;
String path = FileHelper.getPath(this, uri);
if (path != null) {
mInputFilename = path;