Commit 02f423f5 authored by Chinmay Garde's avatar Chinmay Garde

Minor: Remove unnecessary continue

parent e98b7f4c
......@@ -107,7 +107,6 @@ abstract class StartCommandBase extends FlutterCommand {
bool result = await device.startApp(package);
if (!result) {
logging.severe('Could not start \'${package.name}\' on \'${device.id}\'');
continue;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment