Skip to content

Commit

Permalink
Remove printf of 'revision'
Browse files Browse the repository at this point in the history
  • Loading branch information
PingTrip committed Feb 9, 2016
1 parent 8737759 commit f9c0597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/py_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ PyMODINIT_FUNC initGPIO(void)

// detect board revision and set up accordingly
revision = get_rpi_revision();
D printf("BAPI: revision(%d)\n",revision);
//D printf("BAPI: revision(%d)\n",revision);
if (revision == -1)
{
PyErr_SetString(PyExc_RuntimeError, "This module can only be run on a Raspberry Pi!");
Expand Down

0 comments on commit f9c0597

Please sign in to comment.