Skip to content

Commit

Permalink
remove logging from gitFetchSite
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Nov 24, 2015
1 parent db693fd commit 6af3395
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gitFetchSite.php
Expand Up @@ -3,13 +3,10 @@
<title>Update site from: GitHub master</title>
</head>
<body>
<?php `echo ================================== >> gitFetchSite.log`; ?>
<?php `date >> gitFetchSite.log`; ?>
<pre><?php echo `date`; ?></pre>
<pre><?php echo `git fetch origin`; ?></pre>
<pre><?php echo `git checkout origin/master -f`; ?></pre>
<pre><?php echo `git status`; ?></pre>
<pre><?php echo `git log -n1`; ?></pre>
<?php `git log -n1 >> gitFetchSite.log`; ?>
</body>
</html>

0 comments on commit 6af3395

Please sign in to comment.