Skip to content
Snippets Groups Projects
Commit 1f1ce1d3 authored by RomanSteinberg's avatar RomanSteinberg
Browse files

remove debug messages

parent d1a85f8e
Branches
Tags v1.1.2
No related merge requests found
......@@ -42,7 +42,6 @@ $(function () {
var jTdInfo = jTdInfo_wrap.children('#tdInfo');
var g_URL = (window.location.href).split("/");
var g_disciplineID = $('#disciplineID').val();
console.log(g_disciplineID );
// on page loaded
// Настройки дисциплины:
......@@ -605,7 +604,7 @@ $(function () {
var groupID = parseInt($(this).attr("id").substr(6))
var jStageSelector = $("#stageSelector_" + groupID);
console.log(g_disciplineID );
$.fileDownload(URLdir + 'handler/FileCreator/GenerateFinalForm', {
httpMethod: "POST",
data: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment