From f711cc0a7058b7a3263c9c43f10f7996464d87b7 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 30 Jul 2021 09:35:39 +0900 Subject: [PATCH] delete duplicate error message (#33) --- templates/app/runner/main.cc | 1 - 1 file changed, 1 deletion(-) 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();