diff --git a/python/pcb.py b/python/pcb.py
index c3a003fa63059c7a13530e1483e70c01366b41dd..9e7608e2039cdc5d02f988aea2f61bbe74cfe520 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -22,10 +22,10 @@
 #output = "top, labels, and exterior"
 #output = "top, labels, holes, and exterior"
 #output = "top, bottom, labels, and exterior"
-#output = "top, bottom, labels, holes, and exterior"
-output = "top traces"
+output = "top, bottom, labels, holes, and exterior"
+#output = "top traces"
 #output = "top traces and exterior"
-output = "bottom traces reversed"
+#output = "bottom traces reversed"
 #output = "bottom traces reversed and exterior"
 #output = "holes"
 #output = "interior"
@@ -7958,12 +7958,6 @@ mask = .004 # solder mask size
 
 pcb = PCB(x,y,width,height,mask)
 
-pcb = wire(pcb,w,
-   point(x,y,zb),
-   point(x,y+height,zb))
-
-'''
-
 IC1 = ATtiny44_SOICN('IC1\nt44')
 pcb = IC1.add(pcb,x+.49,y+.56)
 
@@ -8115,8 +8109,6 @@ pcb = wire(pcb,w,
    point(V7.x,V6.y,zb),
    V7.pad[2])
 
-'''
-
 ############################################################
 # select output
 ############################################################