address button comment and jshint errors
[xtuple] / lib / enyo-x / source / views / workspace.js
index 463f4e9..849c58a 100644 (file)
@@ -1061,9 +1061,8 @@ trailing:true, white:true, strict: false*/
 
     // export just one attribute of the model displayed by the workspace
     openExportTab: function (routeName, recordType, id, attr) {
-      console.log('workspace exportAttr ' + recordType + '/' + attr + '(' + id + ')');
-      var query = { parameters: [{ attribute: "uuid", value: id }]
-                  , details: { attr: attr }
+      var query = { parameters: [{ attribute: "uuid", value: id }],
+                    details: { attr: attr }
       };
       // sending the locale information back over the wire saves a call to the db
       window.open(XT.getOrganizationPath() +