diff --git a/templates/app/runner/main.cc b/templates/app/runner/main.cc index 9c9c91d..92a6513 100644 --- a/templates/app/runner/main.cc +++ b/templates/app/runner/main.cc @@ -36,7 +36,6 @@ int main(int argc, char** argv) { // The Flutter instance hosted by this window. FlutterWindow window(view_properties, project); if (!window.OnCreate()) { - std::cerr << "Failed to create a Flutter window." << std::endl; return 0; } window.Run();