Title: [opsview] [13237] Remove debugging
Revision
13237
Author
tvoon
Date
2013-08-14 21:33:29 +0100 (Wed, 14 Aug 2013)

Log Message

Remove debugging

Modified Paths


Modified: trunk/opsview-core/lib/Opsview/Utils/UpdateChecker.pm
===================================================================
--- trunk/opsview-core/lib/Opsview/Utils/UpdateChecker.pm	2013-08-14 20:15:59 UTC (rev 13236)
+++ trunk/opsview-core/lib/Opsview/Utils/UpdateChecker.pm	2013-08-14 20:33:29 UTC (rev 13237)
@@ -53,7 +53,6 @@
         %$opts,
     };
     $self->{url} = "http://" . $self->{hostname} . "/updates";
-    $self->{url} = "http://localhost:3006/updates";
 }
 
 sub collect_stats {
@@ -67,7 +66,6 @@
     my $hostname = $self->{hostname};
 
     $local_opsview_version = Opsview::Config->opsview_version;
-    $local_opsview_version = "4.1.0.14346";
 
     # open db connections
     my $schema = Opsview::Schema->my_connect;

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to