From c5ab2a34f93a42c06bf637d23cd68e9b17b6e769 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 1 Mar 2011 21:43:05 -0800 Subject: [PATCH] remove debug code Change-Id: I14a6657a6f875d4305ed72a163bf72e3e9c5dad1 --- roots.c | 1 - 1 file changed, 1 deletion(-) diff --git a/roots.c b/roots.c index 92962ba..3a2d1de 100644 --- a/roots.c +++ b/roots.c @@ -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)