diff --git a/bin/git-c b/bin/git-c index 809a62c..cd8ef4a 100755 --- a/bin/git-c +++ b/bin/git-c @@ -23,12 +23,3 @@ git commit -S -s -v "$@" step "Execute post-commit auto-hook" git autohook post-commit - -### Count productivity habit - -step "Recording work..." -PROD_TASK=$(habitica https://habitica.com/api/v3/tasks/user | jq -r '.data | map(select(.text=="productivity").id)[0]') - -if ! ( habitica -sS -o /dev/null -X POST https://habitica.com/api/v3/tasks/${PROD_TASK}/score/up ); then - echo "Scoring failed." -fi