From 2e63c94378bfae71c601babc5b1ec1767c9f528d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 3 Jun 2009 23:24:57 +0000 Subject: * removed debug-output git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2931 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/MetaDB/SQLite.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'config-db') 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; } -- cgit v1.2.3-55-g7522