@waline/client 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/client",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "client for waline comment system",
5
5
  "keywords": [
6
6
  "valine",
@@ -231,13 +231,6 @@ export default defineComponent({
231
231
  userInfo.value.objectId === props.comment.user_id
232
232
  );
233
233
 
234
- console.log(
235
- 'lizheming:',
236
- props.comment.user_id,
237
- userInfo.value.objectId,
238
- isOwner.value
239
- );
240
-
241
234
  const isReplyingCurrent = computed(
242
235
  () => props.comment.objectId === props.reply?.objectId
243
236
  );