Skip to content

Commit

Permalink
chore(server): remove whatt log (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Jun 3, 2024
1 parent 8550d3f commit 30408c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/server/modules/core/graph/resolvers/streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const { adminOverrideEnabled } = require('@/modules/shared/helpers/envHelper')
const { Roles, Scopes } = require('@speckle/shared')
const { StreamNotFoundError } = require('@/modules/core/errors/stream')
const { throwForNotHavingServerRole } = require('@/modules/shared/authz')
const { logger } = require('@/logging/logging')

const {
toProjectIdWhitelist,
Expand Down Expand Up @@ -337,7 +336,6 @@ module.exports = {
subscribe: withFilter(
() => pubsub.asyncIterator([USER_STREAM_ADDED]),
(payload, variables, context) => {
logger.info('whattt')
const hasResourceAccess = isResourceAllowed({
resourceId: payload.userStreamAdded.id,
resourceType: TokenResourceIdentifierType.Project,
Expand Down

0 comments on commit 30408c5

Please sign in to comment.