Skip to content

Commit

Permalink
extopenscad: Don't print internal representation of object
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed May 8, 2013
1 parent 9520bd8 commit 7266fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extopenscad.hs
Expand Up @@ -176,7 +176,6 @@ main = do
putStrLn $ "Rendering 3D object to " ++ output
putStrLn $ "With resolution " ++ show res
putStrLn $ "In box " ++ show (getBox3 obj)
putStrLn $ show obj
export3 format res output obj
([obj], []) -> do
let output = fromMaybe
Expand All @@ -185,7 +184,6 @@ main = do
putStrLn $ "Rendering 2D object to " ++ output
putStrLn $ "With resolution " ++ show res
putStrLn $ "In box " ++ show (getBox2 obj)
putStrLn $ show obj
export2 format res output obj
([], []) -> putStrLn "No objects to render"
_ -> putStrLn "Multiple objects, what do you want to render?"
Expand Down

0 comments on commit 7266fce

Please sign in to comment.