Index: trunk/ippdor/src/executables/ippdor_chip_to_warp.py
===================================================================
--- trunk/ippdor/src/executables/ippdor_chip_to_warp.py	(revision 32894)
+++ trunk/ippdor/src/executables/ippdor_chip_to_warp.py	(revision 32897)
@@ -44,8 +44,5 @@
     def __init__(self,
                  label,
-                 recipient,
-                 host='ippdb01.ifa.hawaii.edu', 
-                 user='ipp', 
-                 passwd='ipp'):
+                 recipient):
         """
         The constructor:
@@ -54,5 +51,5 @@
         - creates a local directory
         """
-        Gpc1Manager.__init__(self, recipient=recipient, host=host, user=user, passwd=passwd)
+        Gpc1Manager.__init__(self, recipient=recipient)
         self.label = label
         if self.is_label_used():
@@ -231,8 +228,5 @@
         print 'Aborting'
         sys.exit(4)
-    if os.getenv('USER') == 'ippdor':
-        BUILDER = ChipWarpBuilder(LABEL, RECIPIENT)
-    else:
-        BUILDER = ChipWarpBuilder(LABEL, RECIPIENT, host='ipp0012.ifa.hawaii.edu')
+    BUILDER = ChipWarpBuilder(LABEL, RECIPIENT)
     # Check exposures        
     EXPOSURES_IDS = dict()
