summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2009-06-04 01:24:57 +0200
committerOliver Tappe2009-06-04 01:24:57 +0200
commit2e63c94378bfae71c601babc5b1ec1767c9f528d (patch)
tree7d652c0ade3d05d150e7aba96eee9d3a31d84f8a /config-db
parent* fixed a couple of problems that inhibited the installation of plugins (diff)
downloadcore-2e63c94378bfae71c601babc5b1ec1767c9f528d.tar.gz
core-2e63c94378bfae71c601babc5b1ec1767c9f528d.tar.xz
core-2e63c94378bfae71c601babc5b1ec1767c9f528d.zip
* removed debug-output
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2931 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-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;
}