Browse Source

Removed extra commenting in ULib

Hamilton Turner 11 years ago
parent
commit
e3baff852d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      ULib/setup.py

+ 0 - 8
ULib/setup.py

@@ -1,15 +1,10 @@
 import os
 import sys
 import time
-#import logging
 import setup_util
 import subprocess
 import multiprocessing
 
-#log = logging.getLogger('framework_test')
-
-
-
 def start(args, logfile, errfile):
 
   fwroot = args.fwroot
@@ -45,9 +40,6 @@ def start(args, logfile, errfile):
   except subprocess.CalledProcessError:
     return 1
 
-##############
-# stop()
-##############
 def stop(logfile, errfile):
   try:
     logfile.write( "ULib: setup.py STOP\n")