Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ltearno committed Jul 21, 2020
1 parent 7230685 commit 5957bf3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/my-own-cluster/common/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ func (o *Orchestrator) PlugFilter(name string, startFunction string, data string
func (o *Orchestrator) UnplugFilter(id string) {
filters := o.GetFilters()

fmt.Printf("LKJHLKJH\n")

r := make([]*Filter, 0)

for _, f := range filters {
Expand All @@ -61,8 +59,6 @@ func (o *Orchestrator) UnplugFilter(id string) {
if err == nil {
o.db.Put(storageKey, newVal, nil)
}

fmt.Printf("LKJHLKJH %s\n", string(newVal))
}

func (o *Orchestrator) GetFilters() []Filter {
Expand Down

0 comments on commit 5957bf3

Please sign in to comment.