Skip to content

Commit

Permalink
Removed redundant consts and goal
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed May 14, 2019
1 parent 9729395 commit 7a64aca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Visit `http://localhost:9001` to access the frontend running in development mode
# TODO: Essentials for v0.10

- update list time after import
- subscriber status "Enabled" -> "Active"
- dockerize
- add an http call to do version checks and alerts
- make the design responsive
Expand Down
7 changes: 0 additions & 7 deletions subimporter/importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ const (
// commitBatchSize is the number of inserts to commit in a single SQL transaction.
commitBatchSize = 10000

// SubscriberStatusEnabled indicates that a subscriber is active.
SubscriberStatusEnabled = "enabled"
// SubscriberStatusDisabled indicates that a subscriber is inactive or unsubscribed.
SubscriberStatusDisabled = "disabled"
// SubscriberStatusBlacklisted indicates that a subscriber is blacklisted.
SubscriberStatusBlacklisted = "blacklisted"

StatusNone = "none"
StatusImporting = "importing"
StatusStopping = "stopping"
Expand Down

0 comments on commit 7a64aca

Please sign in to comment.