Skip to content

Commit 389d809

Browse files
committed
Remove commented out code
1 parent 4313359 commit 389d809

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/JobsPostgres/PostgresJobsQueue.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ public final class PostgresJobQueue: JobQueueDriver {
173173
/// Push Job onto queue
174174
/// - Returns: Identifier of queued job
175175
@discardableResult public func push<Parameters>(_ jobRequest: JobRequest<Parameters>, options: JobOptions) async throws -> JobID {
176-
//.let buffer = try self.jobRegistry.encode(jobRequest: jobRequest)
177176
let jobID = JobID()
178177
try await self.client.withTransaction(logger: self.logger) { connection in
179178
try await self.add(jobID: jobID, jobRequest: jobRequest, connection: connection)

0 commit comments

Comments
 (0)