Fix the Exception typo in setup_droid_properties.
am: 2d89192a47

Change-Id: I8a9e641b387c53145a9e30a89f141be2ebe0c4ab
diff --git a/acts/framework/acts/logger.py b/acts/framework/acts/logger.py
index b299ca4..c89c4f2 100755
--- a/acts/framework/acts/logger.py
+++ b/acts/framework/acts/logger.py
@@ -155,7 +155,6 @@
     log.addHandler(ch)
     log.addHandler(fh)
     log.log_path = log_path
-    log.info("Current path to ACTS: {}".format(os.getcwd()))
     return log
 
 def kill_test_logger(logger):
@@ -238,4 +237,4 @@
             if self.log:
                 return getattr(self.log, name)(*args)
             print(*args)
-        return log_call
+        return log_call
\ No newline at end of file