summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-db/OpenSLX/MetaDB/SQLite.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-db/OpenSLX/MetaDB/SQLite.pm b/config-db/OpenSLX/MetaDB/SQLite.pm
index ce5c51f3..75f31ba2 100644
--- a/config-db/OpenSLX/MetaDB/SQLite.pm
+++ b/config-db/OpenSLX/MetaDB/SQLite.pm
@@ -40,7 +40,6 @@ sub databaseExists
my $self = shift;
my $fullDBPath = $self->_getDBPath() . "/$openslxConfig{'db-name'}";
-print "$fullDBPath\n";
return -e $fullDBPath;
}