Skip to content

Commit

Permalink
#919 - remove old debug output
Browse files Browse the repository at this point in the history
git-svn-id: https://chaste.cs.ox.ac.uk/svn/chaste/projects/template@5094 b5f69653-2bf5-0310-8201-b0dafb8e1405
  • Loading branch information
jonc125 committed Feb 12, 2009
1 parent f6e4549 commit 3e9206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else:
for source_file in files + testsource:
obj = env.StaticObject(source_file)
key = os.path.join('projects', project_name, source_file)
print project_name, "source", key
#print project_name, "source", key
env['CHASTE_OBJECTS'][key] = obj[0]

# Make test output depend on shared libraries, so if implementation changes
Expand Down

0 comments on commit 3e9206c

Please sign in to comment.