delete duplicate error message (#33)

This commit is contained in:
Hidenori Matsubayashi
2021-07-30 09:35:39 +09:00
committed by GitHub
parent 646e3050af
commit f711cc0a70
-1
View File
@@ -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();