summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mysql.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mysql.pl b/modules/mysql.pl
index e5470bb..23f9dae 100644
--- a/modules/mysql.pl
+++ b/modules/mysql.pl
@@ -63,6 +63,7 @@ sub record
#FIXME: This function is shit. Also, it doesn't work like I want it to with mode.
sub logg
{
+ return; #Disabling logging of individual stuff to mysql. no point.
my $self = shift;
my ($event) = @_;
my $dbh = $self->{DBH_LOG};