Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoboos committed May 29, 2024
1 parent 667cad2 commit 6d66561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/lamina/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func New(address, basePath, logboekEndpoint string) (*Server, error) {
return nil, err
}

log.Println(commit)

operator := logboek.NewProcessingOperator(
logboek.Resource{
Name: "lamina",
Expand Down
2 changes: 1 addition & 1 deletion apps/munera/munera/apps.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.apps import AppConfig
from django.conf import settings

from logboek import init_processing_operator, Resource
from logboek import Resource, init_processing_operator
from logboek.handlers import GrpcProcessingOperationHandler

from munera import __commit__, __version__
Expand Down

0 comments on commit 6d66561

Please sign in to comment.