diff options
| author | manuel <manuel@mausz.at> | 2013-12-26 03:23:18 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-12-26 03:23:18 +0100 |
| commit | 81ec4a790179f49d53a2a13d59666e753fe66b42 (patch) | |
| tree | 9b60fab336e1d0de7ff016d83b3b07ba3c8e1d2d | |
| parent | a9a8e14f895403b2bbdeeabd0255610c51d0166c (diff) | |
| download | webiopi-81ec4a790179f49d53a2a13d59666e753fe66b42.tar.gz webiopi-81ec4a790179f49d53a2a13d59666e753fe66b42.tar.bz2 webiopi-81ec4a790179f49d53a2a13d59666e753fe66b42.zip | |
disable debug mode by default
| -rw-r--r-- | examples/scripts/gas/script.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/scripts/gas/script.py b/examples/scripts/gas/script.py index 4ac95d0..a980018 100644 --- a/examples/scripts/gas/script.py +++ b/examples/scripts/gas/script.py | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | import webiopi | 1 | import webiopi |
| 2 | 2 | ||
| 3 | webiopi.setDebug() | ||
| 4 | |||
| 5 | GPIO = webiopi.GPIO | 3 | GPIO = webiopi.GPIO |
| 6 | 4 | ||
| 7 | ICMP_DEVICE = "icmp0" | 5 | ICMP_DEVICE = "icmp0" |
