Skip to content

Commit

Permalink
fixup! Support for Librato Alerts and Services
Browse files Browse the repository at this point in the history
  • Loading branch information
elblivion committed Aug 31, 2016
1 parent f8cd7a5 commit c904184
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion resource_librato_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func resourceLibratoAlert() *schema.Resource {
},
},
},
// TODO add missing condition attrs
},
}
}
Expand Down
6 changes: 0 additions & 6 deletions resource_librato_service.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package librato

import (
// "crypto/sha1"
// "encoding/hex"
"encoding/json"
"fmt"
"log"
Expand Down Expand Up @@ -39,10 +37,6 @@ func resourceLibratoService() *schema.Resource {
Type: schema.TypeString,
Required: true,
StateFunc: normalizeJson,
//StateFunc: func(v interface{}) string {
// hash := sha1.Sum([]byte(v.(string)))
// return hex.EncodeToString(hash[:])
//},
},
},
}
Expand Down

0 comments on commit c904184

Please sign in to comment.