Remove log

This commit is contained in:
Julia Radzhabova
2024-07-19 13:39:05 +03:00
parent 5e5b884ec1
commit 97ab56c8dd
4 changed files with 0 additions and 6 deletions

View File

@ -38,7 +38,6 @@
*/
define([], function () { 'use strict';
console.log('Common.Views.AdvancedSettingsWindow');
Common.Views.AdvancedSettingsWindow = Common.UI.Window.extend(_.extend({
initialize : function(options) {
var _options = {};

View File

@ -39,7 +39,6 @@
*/
if (Common === undefined)
var Common = {};
console.log('Common.Views.AutoCorrectDialog 1');
define([
'text!common/main/lib/template/AutoCorrectDialog.template',
'common/main/lib/view/AdvancedSettingsWindow'
@ -48,7 +47,6 @@ define([
var _functionsStore = new Common.UI.DataViewStore();
var _exciptionsStore = new Common.UI.DataViewStore();
var _exciptionsLangs = [0x0409, 0x0419];
console.log('Common.Views.AutoCorrectDialog 2');
Common.Views.AutoCorrectDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
options: {
contentWidth: 375,

View File

@ -36,11 +36,9 @@
* Copyright (c) 2018 Ascensio System SIA. All rights reserved.
*
*/
console.log('Common.Views.ExternalDiagramEditor 1');
define([
'common/main/lib/view/ExternalEditor'
], function () { 'use strict';
console.log('Common.Views.ExternalDiagramEditor 2');
Common.Views.ExternalDiagramEditor = Common.Views.ExternalEditor.extend(_.extend({
initialize : function(options) {
var _options = {};

View File

@ -39,7 +39,6 @@
define([], function () {
'use strict';
console.log('Common.Views.ExternalEditor');
Common.Views.ExternalEditor = Common.UI.Window.extend(_.extend({
initialize : function(options) {
var filter = Common.localStorage.getKeysFilter(),