From 3e71a2f7cecdf3f6d4110d3e09997c70a1f394e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 20 Oct 2016 02:07:18 +0100 Subject: [PATCH] remove unnecessary console.log --- cloudapi-graphql/src/schema/types/firewall-rule.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudapi-graphql/src/schema/types/firewall-rule.js b/cloudapi-graphql/src/schema/types/firewall-rule.js index 68280444..62efd9f8 100644 --- a/cloudapi-graphql/src/schema/types/firewall-rule.js +++ b/cloudapi-graphql/src/schema/types/firewall-rule.js @@ -1,8 +1,6 @@ const MachineType = require('../types/machine'); const api = require('../../api'); -console.log(MachineType); - const { GraphQLString, GraphQLBoolean,