Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 23149)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 23150)
@@ -122,5 +122,4 @@
 		# no recognizable exclusion
 		if np.size(exclude_ids) == 0:
-			print exclude
 			raise RuntimeError('''runme.py: exclude (-e/-exclude) and exclude-name (-en/-exclude_name) options must appear as one of the following:
 
@@ -132,7 +131,6 @@
 ''')
 		test_ids=test_ids.difference(exclude_ids)
-	print 'test_ids after exclude =',sorted(test_ids)
-	# }}}
-	return
+	#print 'test_ids after exclude =',sorted(test_ids)
+	# }}}
 	#Process Ids according to benchmarks {{{
 	if benchmark=='nightly':
