Remove accidentally checked in log statement "running exec normally"

(cherry picked from commit 68bc57ae85)
This commit is contained in:
Andrew Grieve 2013-06-26 14:22:41 -04:00
parent f42e5f66fd
commit 3b7e0504e8

View File

@ -219,7 +219,6 @@ public class PluginManager {
}
});
} else {
Log.d(TAG, "running exec normally");
execHelper(service, action, callbackId, rawArgs);
}
}