ryohi15 5 лет назад
Родитель
Сommit
c3b0bc1d7f

+ 0 - 1
src/client/js/components/StaffCredit/StaffCredit.jsx

@@ -101,7 +101,6 @@ class StaffCredit extends React.Component {
       });
     }, 10);
 
-    // TODO: check front to see either it can use configmanager or not.
     this.props.appContainer.apiv3Get('/growi-cloud/staff-credit').then((res) => {
     });
 

+ 0 - 1
src/server/routes/apiv3/growi-cloud.js

@@ -1,4 +1,3 @@
-// TODO: check front to see either it can use configmanager or not.
 const express = require('express');
 
 const axios = require('axios');