From 1c4070ea925e326abccebab4e66d0b562cd4cce0 Mon Sep 17 00:00:00 2001 From: Greg Von Kuster Date: Wed, 4 Nov 2009 13:09:37 -0500 Subject: [PATCH] Eliminate printing PYTHONPATH to stderr in the cleanup_datasets.py script. --- scripts/cleanup_datasets/cleanup_datasets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cleanup_datasets/cleanup_datasets.py b/scripts/cleanup_datasets/cleanup_datasets.py index 2259f57e42b..f5ddc163c83 100644 --- a/scripts/cleanup_datasets/cleanup_datasets.py +++ b/scripts/cleanup_datasets/cleanup_datasets.py @@ -387,7 +387,6 @@ def _purge_folder( folder, app, remove_from_disk, info_only = False ): class CleanupDatasetsApplication( object ): """Encapsulates the state of a Universe application""" def __init__( self, database_connection=None, file_path=None ): - print >> sys.stderr, "python path is: " + ", ".join( sys.path ) if database_connection is None: raise Exception( "CleanupDatasetsApplication requires a database_connection value" ) if file_path is None: