Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions c449ac ... vs d75656 ... for public/js/app/workspace.js

Diff revisions: vs.
  @@ -1154,9 +1154,6 @@
1154 1154
1155 1155 taskContractError : function( response )
1156 1156 {
1157 - console.log('here2', this.itemId);
1158 - console.log('here2',this.itemData);
1159 - console.log('here2',this.formMeta);
1160 1157 App.API.getTask(
1161 1158 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1162 1159 {}, function() {
  @@ -1177,9 +1174,6 @@
1177 1174
1178 1175 taskExecError : function( response )
1179 1176 {
1180 - console.log('here1', this.itemId);
1181 - console.log('here1',this.itemData);
1182 - console.log('here1',this.formMeta);
1183 1177 App.API.getTask(
1184 1178 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1185 1179 {}, function() {