delete duplicate error message (#33)
This commit is contained in:
@@ -36,7 +36,6 @@ int main(int argc, char** argv) {
|
|||||||
// The Flutter instance hosted by this window.
|
// The Flutter instance hosted by this window.
|
||||||
FlutterWindow window(view_properties, project);
|
FlutterWindow window(view_properties, project);
|
||||||
if (!window.OnCreate()) {
|
if (!window.OnCreate()) {
|
||||||
std::cerr << "Failed to create a Flutter window." << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
window.Run();
|
window.Run();
|
||||||
|
|||||||
Reference in New Issue
Block a user