WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2e28b58

Browse files
committed
code cleanup
1 parent e432609 commit 2e28b58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/datadog-instrumentations/src/graphql.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ const patchedTypes = new WeakSet()
1515

1616
/** CHANNELS */
1717

18-
// load channels
19-
const visitorLoadCh = channel('apm:graphql:visitor:load')
20-
const printerLoadCh = channel('apm:graphql:printer:load')
21-
const utilitiesLoadCh = channel('apm:graphql:utilities:load')
22-
2318
// execute channels
2419
const startExecuteCh = channel('apm:graphql:execute:start')
2520
const finishExecuteCh = channel('apm:graphql:execute:finish')

0 commit comments

Comments
 (0)