@seafile/seafile-calendar 0.1.3-beta.2 → 0.1.3

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/es/util/index.js CHANGED
@@ -192,7 +192,6 @@ export function hasSpecialChar(str) {
192
192
  }
193
193
 
194
194
  export function validateTime(inputTime) {
195
- console.log('validateTime inputTime1:', inputTime);
196
195
  if (!inputTime || typeof inputTime !== 'string') {
197
196
  return getCurrentTime();
198
197
  }
package/lib/util/index.js CHANGED
@@ -227,7 +227,6 @@ function hasSpecialChar(str) {
227
227
  }
228
228
 
229
229
  function validateTime(inputTime) {
230
- console.log('validateTime inputTime1:', inputTime);
231
230
  if (!inputTime || typeof inputTime !== 'string') {
232
231
  return getCurrentTime();
233
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "0.1.3-beta.2",
3
+ "version": "0.1.3",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",