From f763864786d7b95d46fba6f37e1e9ed601b60733 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Tue, 31 Oct 2006 14:58:09 -0500 Subject: Fix up configs. configs/common/Simulation.py: Remove mem parameter. configs/example/se.py: Remove debug output that got included in my other push. --HG-- extra : convert_revision : 643c34147f6c6cbb98b8e6d6e8206b9859593ab0 --- configs/example/se.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configs/example') diff --git a/configs/example/se.py b/configs/example/se.py index 1d92eb954..46f2d4a1a 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -41,10 +41,6 @@ from Caches import * config_path = os.path.dirname(os.path.abspath(__file__)) config_root = os.path.dirname(config_path) m5_root = os.path.dirname(config_root) -print m5_root -print config_path -print config_root - parser = optparse.OptionParser() -- cgit v1.2.3