From 2813ecb6e0e09a9b9991f177f66791e43d1bd156 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 4 Jul 2016 03:50:21 -0400 Subject: [PATCH] Removed old unused code --- librato.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/librato.go b/librato.go index fe9ae3b..05290ec 100644 --- a/librato.go +++ b/librato.go @@ -23,7 +23,7 @@ import ( // ////////////////////////////////////////////////////////////////////////////////// // // VERSION contains current version of librato package and used as part of User-Agent -const VERSION = "2.0.5" +const VERSION = "2.0.6" // ////////////////////////////////////////////////////////////////////////////////// // @@ -224,9 +224,6 @@ var ( Token = "" ) -// Global prefix which will be used for all metrics -var Prefix = "" - // APIEndpoint contians URL of Librato API endpoint var APIEndpoint = "https://metrics-api.librato.com"