mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Remove log
This commit is contained in:
parent
00177224de
commit
612c7eea9a
@ -27,7 +27,6 @@ class RootResolver extends MutationResolver {
|
||||
async node({ id }, { ctx }) {
|
||||
const { graphqlType, id: localId } = fromId(id);
|
||||
// TODO Use typeResolver
|
||||
console.log(graphqlType, localId);
|
||||
switch (graphqlType) {
|
||||
case "ClassicSkin":
|
||||
case "ModernSkin": {
|
||||
|
Loading…
Reference in New Issue
Block a user