We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a94b8 commit 7979c1fCopy full SHA for 7979c1f
server/server.js
@@ -138,7 +138,6 @@ server.start = function () {
138
if (method !== undefined) {
139
try {
140
const currentContext = getCurrentContext(args)
141
- console.log({currentContext})
142
const result = await method.call(boundKlass, currentContext)
143
response.json({ result })
144
} catch (error) {
@@ -175,7 +174,6 @@ server.start = function () {
175
174
const method = registry[key]
176
177
178
- console.log("DEVY")
179
180
181
0 commit comments