1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

remove unnecessary console.log

This commit is contained in:
Sérgio Ramos 2016-10-20 02:07:18 +01:00 committed by Sérgio Ramos
parent 092d793cde
commit 3e71a2f7ce

View File

@ -1,8 +1,6 @@
const MachineType = require('../types/machine'); const MachineType = require('../types/machine');
const api = require('../../api'); const api = require('../../api');
console.log(MachineType);
const { const {
GraphQLString, GraphQLString,
GraphQLBoolean, GraphQLBoolean,