Commit 6f462193 authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Remove blob-specific debug from skeleton version

parent 599461fb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -477,9 +477,11 @@ void ofApp::keyPressed(int key){
		case ' ':
			break;

#ifdef BLOB
		case 'p':
			bDisplayBlobTrackerVision = !bDisplayBlobTrackerVision;
            break;
#endif

		case 'v':
			bShowVisuals = !bShowVisuals;