delete duplicate error message (#33)
This commit is contained in:
committed by
GitHub
parent
646e3050af
commit
f711cc0a70
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user