Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barthelemy committed Apr 6, 2020
1 parent fd5ea91 commit bffaecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Sources/QueuesFluentDriver/FluentQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ extension FluentQueue: Queue {
return self.context.eventLoop.makeFailedFuture(QueuesFluentError.databaseNotFound)
}
let db = database as! SQLDatabase
print("••••• dialect name: \(db.dialect.name)")

var selectQuery = db
.select ()
Expand Down
1 change: 1 addition & 0 deletions Sources/QueuesFluentDriver/JobModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class JobModel: Model {


init(id: UUID, key: String, data: JobData? = nil) {
print("•••••• new job id=\(id)")
self.id = id
self.key = key
self.data = data
Expand Down

0 comments on commit bffaecb

Please sign in to comment.