From b4667b1105d09e64cbad2e9d0343a89a3cc0cb3e Mon Sep 17 00:00:00 2001 From: jwang36 Date: Fri, 26 Jan 2007 07:09:53 +0000 Subject: Remove a temporary test line of code git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2327 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Python/buildgen/SurfaceAreaElement.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/Python/buildgen/SurfaceAreaElement.py b/Tools/Python/buildgen/SurfaceAreaElement.py index ae1938f..ec84582 100644 --- a/Tools/Python/buildgen/SurfaceAreaElement.py +++ b/Tools/Python/buildgen/SurfaceAreaElement.py @@ -1535,7 +1535,6 @@ def PrintWorkspace(ws): if __name__ == "__main__": # os.environ["WORKSPACE"] workspacePath = os.getenv("WORKSPACE", os.getcwd()) - workspacePath = "C:\\home\\src\\R9\\pbuild" saFile = "" if len(sys.argv) <= 1: saFile = os.path.join(workspacePath, "Tools/Conf/FrameworkDatabase.db") -- cgit v1.1