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,