Removed the origin repositioning from the compositor script, because
the script now places caravel as a subcell rather than editing it.
diff --git a/scripts/compositor.py b/scripts/compositor.py
index 0042292..ffda740 100755
--- a/scripts/compositor.py
+++ b/scripts/compositor.py
@@ -136,7 +136,7 @@
         print('getcell ' + project_with_id + '_fill_pattern child 0 0', file=ofile)
 
         # Move existing origin to (6um, 6um) for seal ring placement
-        print('move origin -6um -6um', file=ofile)
+        # print('move origin -6um -6um', file=ofile)
 
         # Read in abstract view of seal ring
         print('box position 0 0', file=ofile)