We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093902a commit c2f8461Copy full SHA for c2f8461
1 file changed
blog-web/src/components/solid/MarkdownEditor.tsx
@@ -81,7 +81,6 @@ export default function MarkdownEditor() {
81
if (uploadToken()) {
82
headers['Authorization'] = `Bearer ${uploadToken()}`;
83
}
84
- console.log(headers)
85
const response = await http.post('/upload', formData, {
86
baseURL: 'http://121.62.28.11:40027/api/v1',
87
headers: headers
@@ -195,7 +194,6 @@ export default function MarkdownEditor() {
195
194
196
197
198
199
200
201
0 commit comments