Skip to content

Commit

Permalink
Cleanup code before publication
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger committed Jun 28, 2013
1 parent 974e305 commit 58e8995
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rpimonitor/rpimonitord
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ use POSIX;
use IO::Handle;
use HTTP::Daemon;
use HTTP::Status;
use Data::Dumper;
use JSON;
#use Data::Dumper;

sub new
{
Expand Down Expand Up @@ -421,9 +421,8 @@ package Monitor;
use strict;
use POSIX;
use RRDs;
use Data::Dumper;
use JSON;

#use Data::Dumper;

sub new
{
Expand Down

0 comments on commit 58e8995

Please sign in to comment.