diff options
author | Koushik Dutta <koushd@gmail.com> | 2011-03-01 21:43:05 -0800 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2011-03-01 21:43:05 -0800 |
commit | c5ab2a34f93a42c06bf637d23cd68e9b17b6e769 (patch) | |
tree | 55824fe6756eea0607b8b102ad840981a97bb6ab /roots.c | |
parent | e2b929ded1a1f1b2eb6da7f4b6a8e68c7fd0cf19 (diff) | |
download | android_bootable_recovery-c5ab2a34f93a42c06bf637d23cd68e9b17b6e769.tar.gz android_bootable_recovery-c5ab2a34f93a42c06bf637d23cd68e9b17b6e769.tar.bz2 android_bootable_recovery-c5ab2a34f93a42c06bf637d23cd68e9b17b6e769.zip |
remove debug code
Change-Id: I14a6657a6f875d4305ed72a163bf72e3e9c5dad1
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -181,7 +181,6 @@ int ensure_path_mounted(const char* path) { strcmp(v->fs_type, "ext3") == 0 || strcmp(v->fs_type, "rfs") == 0 || strcmp(v->fs_type, "vfat") == 0) { - LOGE("Tracepoint 1\n"); if ((result = try_mount(v->device, v->mount_point, v->fs_type, v->fs_options)) == 0) return 0; if ((result = try_mount(v->device2, v->mount_point, v->fs_type, v->fs_options)) == 0) |