Skip to content

Commit 7979c1f

Browse files
committed
🔇 remove logs
1 parent b5a94b8 commit 7979c1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/server.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ server.start = function () {
138138
if (method !== undefined) {
139139
try {
140140
const currentContext = getCurrentContext(args)
141-
console.log({currentContext})
142141
const result = await method.call(boundKlass, currentContext)
143142
response.json({ result })
144143
} catch (error) {
@@ -175,7 +174,6 @@ server.start = function () {
175174
const method = registry[key]
176175
if (method !== undefined) {
177176
try {
178-
console.log("DEVY")
179177
const currentContext = getCurrentContext(args)
180178
const result = await method.call(boundKlass, currentContext)
181179
response.json({ result })

0 commit comments

Comments
 (0)