Showing
1 changed file
with
0 additions
and
3 deletions
@@ -372,9 +372,6 @@ Page(Object.assign({ | @@ -372,9 +372,6 @@ Page(Object.assign({ | ||
372 | let status = ACTION_BAR_STATUS.START; | 372 | let status = ACTION_BAR_STATUS.START; |
373 | let activityStatus = this.data.product.status; | 373 | let activityStatus = this.data.product.status; |
374 | 374 | ||
375 | - console.log('hahahaha') | ||
376 | - console.log(activityStatus); | ||
377 | - | ||
378 | if (activityStatus === ACTIVITY.UNKNOWN) { | 375 | if (activityStatus === ACTIVITY.UNKNOWN) { |
379 | status = ACTION_BAR_STATUS.END; | 376 | status = ACTION_BAR_STATUS.END; |
380 | } else if (activityStatus === ACTIVITY.READY) { | 377 | } else if (activityStatus === ACTIVITY.READY) { |
-
Please register or login to post a comment