diff --git a/src/SFML/Window/macOS/WindowImplCocoa.mm b/src/SFML/Window/macOS/WindowImplCocoa.mm index c920a8b40..4ee73783f 100644 --- a/src/SFML/Window/macOS/WindowImplCocoa.mm +++ b/src/SFML/Window/macOS/WindowImplCocoa.mm @@ -116,7 +116,6 @@ WindowImplCocoa::WindowImplCocoa(WindowHandle handle) } else { - sf::err() << "Cannot import this Window Handle because it is neither " << "a nor object " << "(or any of their subclasses). You gave a <" << [[nsHandle className] UTF8String] << "> object."