| Index: client/bin/autotest
|
| diff --git a/client/bin/autotest b/client/bin/autotest
|
| index 5cebebed82a200acd3f86c7c15d6cc6edbd2d14c..d52f88d527fc4d3a861108bd5cefd03f097ee0f4 100755
|
| --- a/client/bin/autotest
|
| +++ b/client/bin/autotest
|
| @@ -15,9 +15,6 @@ from autotest_lib.client.common_lib import global_config
|
| autodirbin = os.path.dirname(os.path.realpath(sys.argv[0]))
|
| autodir = os.path.dirname(autodirbin)
|
|
|
| -##print 'AUTODIRBIN: ' + autodirbin
|
| -##print 'AUTODIR: ' + autodir
|
| -
|
| sys.path.insert(0, autodirbin)
|
|
|
| os.environ['AUTODIR'] = autodir
|
|
|