Flagrush: removing skybox removes scene

in flagrush lesson9 if I comment out

RenderPass rPass = new RenderPass();

        rPass.add(skybox);

        passManager.add(rPass);





in buildPassManager() method



I would expect it to render the scene w/o the skybox, but instead I get a black screen with nothing rendered.  :?