diff options
-rwxr-xr-x | XOrg/xorglog.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/XOrg/xorglog.pm b/XOrg/xorglog.pm index f26fdef..a29a611 100755 --- a/XOrg/xorglog.pm +++ b/XOrg/xorglog.pm @@ -54,7 +54,6 @@ use XOrg::XServer; use warnings; use strict; use Carp; -use Data::Dumper; my $default_logfile = "/var/log/Xorg.0.log"; my $time_regex = '^\[\d+\.\d+\]'; @@ -252,9 +251,6 @@ sub _parse { $self->_parse_input_drivers(\@log); } -my $xlog = xorglog->new(file => "/var/log/Xorg.0.log"); -print Dumper($xlog->server); - 1; # vim: set noexpandtab shiftwidth=8 tabstop=8: |