remove debug code

Change-Id: I14a6657a6f875d4305ed72a163bf72e3e9c5dad1
This commit is contained in:
Koushik Dutta 2011-03-01 21:43:05 -08:00
parent e2b929ded1
commit c5ab2a34f9

View File

@ -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)