Disable PHP debugging

This commit is contained in:
Hank Grabowski 2023-11-17 13:30:32 -05:00
parent aa2f102518
commit 46ed40920b

View file

@ -15,7 +15,7 @@ final platformHasCamera = Platform.isIOS || Platform.isAndroid;
final useImagePicker = kIsWeb || Platform.isAndroid || Platform.isIOS;
const usePhpDebugging = true;
const usePhpDebugging = false;
const maxViewPortalHeight = 750.0;
const maxViewPortalWidth = 750.0;