Removed some debgging alert() calls

renaissance
yorch 11 years ago
parent 992891bf28
commit 2c49d99929

@ -16,7 +16,7 @@ function YSetProjectTool()
}; };
this.init = function init() this.init = function init()
{ {
alert("my name is:" + this.info.name); //alert("my name is:" + this.info.name);
this.btnLauyout = this.btnLauyout =
"button\ "button\
{\ {\
@ -47,7 +47,7 @@ function YSetProjectTool()
} }
this.ySetProject = function ySetProject() this.ySetProject = function ySetProject()
{ {
alert("is this working"); //alert("is this working");
app.beginUndoGroup('ySetProject'); app.beginUndoGroup('ySetProject');
var preStruct = ["01 MAIN","02 PComp","03 Source Layers" ,"04 Movies","05 Other Projects","06 Audio" , "07 Reference"]; var preStruct = ["01 MAIN","02 PComp","03 Source Layers" ,"04 Movies","05 Other Projects","06 Audio" , "07 Reference"];
var newStruct = []; var newStruct = [];
@ -99,10 +99,6 @@ function YSetProjectTool()
return this; return this;
} }
//------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------
function build_ySetProject_data_UI() function build_ySetProject_data_UI()
{ {
ySetProject_data.window = new Window ( ySetProject_data.res ); ySetProject_data.window = new Window ( ySetProject_data.res );

Loading…
Cancel
Save