Skip to content

Commit eeaa120

Browse files
committed
fix: test코드 삭제
1 parent 3db8682 commit eeaa120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/filelist/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const FileListPage: React.FC = () => {
1616
const dispatch = useDispatch();
1717
const { SetDownloadFileProps } = bindActionCreators(actionCreators, dispatch);
1818
const [fileList, setFileList] = useState<any[]>();
19-
console.log(`${process.env.REACT_APP_BACKEND_BASEURL}/list`);
2019
const getFileList = async () => {
2120
await axios({
2221
method: 'get',

0 commit comments

Comments
 (0)