File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
server/api/resource/versioncontrol Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- import { Component , OnInit } from "@angular/core" ;
1+ import { Component } from "@angular/core" ;
22import JsonApiDocumentBuilder from "../../server/jsonapi/JsonApiBuilder" ;
33import { AuthProvider } from "./auth-provider.service" ;
44import { ConfigurationService } from "./util/configuration-service" ;
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ export default class ProgramResource extends ApiResource {
6060 let attributes = ( document . data as JsonApiResource ) . attributes ;
6161 let program : Program ;
6262 try {
63- console . log ( attributes . copyFrom ) ;
6463 program = await this . programStorage . createProgram ( attributes . name , attributes . copyFrom ) ;
6564 } catch ( err ) {
6665 winston . error ( err ) ;
You can’t perform that action at this time.
0 commit comments