mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove some unneeded console.log calls
This commit is contained in:
parent
8edd94bdb5
commit
b438d42f38
1 changed files with 0 additions and 17 deletions
|
|
@ -49,15 +49,6 @@ const createHttpTaskWithToken = async ({
|
|||
priority === 'low' && (queue = `${queue}-low`)
|
||||
|
||||
const parent = client.queuePath(project, location, queue)
|
||||
console.log(`Task creation options: `, {
|
||||
project,
|
||||
location,
|
||||
queue,
|
||||
taskHandlerUrl,
|
||||
serviceAccountEmail,
|
||||
payload,
|
||||
})
|
||||
|
||||
// Convert message to buffer.
|
||||
let convertedPayload: string | ArrayBuffer
|
||||
try {
|
||||
|
|
@ -118,14 +109,6 @@ export const createAppEngineTask = async ({
|
|||
}
|
||||
|
||||
const parent = client.queuePath(project, location, queue)
|
||||
console.log(`App Engine task creation options: `, {
|
||||
project,
|
||||
location,
|
||||
queue,
|
||||
taskHandlerUrl,
|
||||
payload,
|
||||
})
|
||||
|
||||
const task: protos.google.cloud.tasks.v2.ITask = {
|
||||
appEngineHttpRequest: {
|
||||
httpMethod: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in a new issue