mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Removed console.log
This commit is contained in:
@@ -308,7 +308,6 @@ export class SubmissionService {
|
||||
|
||||
startAutoSave(submissionId) {
|
||||
this.stopAutoSave();
|
||||
console.log('AUTOSAVE ON!!!');
|
||||
// AUTOSAVE submission
|
||||
// Retrieve interval from config and convert to milliseconds
|
||||
const duration = this.EnvConfig.submission.autosave.timer * (1000 * 60);
|
||||
@@ -320,7 +319,6 @@ export class SubmissionService {
|
||||
|
||||
stopAutoSave() {
|
||||
if (hasValue(this.autoSaveSub)) {
|
||||
console.log('AUTOSAVE OFFF!!!');
|
||||
this.autoSaveSub.unsubscribe();
|
||||
this.autoSaveSub = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user