Skip to content

Commit

Permalink
Remove stray debugging operations.
Browse files Browse the repository at this point in the history
refs gh-269
  • Loading branch information
xwmx committed Sep 2, 2023
1 parent 0875691 commit 627c24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -3675,7 +3675,7 @@ _git() {

if ((NB_AUTO_SYNC))
then
( sleep 2
(
{
# only commit when the index is dirty
if _git dirty "${_notebook_path}"
Expand All @@ -3685,7 +3685,7 @@ _git() {
} || :
) &
else
( sleep 2
(
_git_checkpoint_commit "${_notebook_path}" "${_message}" &>/dev/null ||
return 0
) &
Expand Down

0 comments on commit 627c24a

Please sign in to comment.