SEBWIN-914: Build without disclaimer for SPS load tests.
This commit is contained in:
parent
04843d3fa8
commit
89091acaac
1 changed files with 8 additions and 8 deletions
|
@ -31,10 +31,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
||||||
{
|
{
|
||||||
var result = OperationResult.Success;
|
var result = OperationResult.Success;
|
||||||
|
|
||||||
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
{
|
//{
|
||||||
result = ShowScreenProctoringDisclaimer();
|
// result = ShowScreenProctoringDisclaimer();
|
||||||
}
|
//}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@ -43,10 +43,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
||||||
{
|
{
|
||||||
var result = OperationResult.Success;
|
var result = OperationResult.Success;
|
||||||
|
|
||||||
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
{
|
//{
|
||||||
result = ShowScreenProctoringDisclaimer();
|
// result = ShowScreenProctoringDisclaimer();
|
||||||
}
|
//}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue