Prechádzať zdrojové kódy

Remove stale comment

Steven Silvester 8 rokov pred
rodič
commit
fedcaa80ac
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      src/console/plugin.ts

+ 0 - 3
src/console/plugin.ts

@@ -301,9 +301,6 @@ function activateConsole(app: JupyterLab, services: IServiceManager, rendermime:
 
   /**
    * Get the kernel given the create args.
-   *
-   * #### Notes
-   * The manager must be ready before calling this function.
    */
   function getKernel(args: ICreateConsoleArgs, name: string): Promise<Kernel.IModel> {
     if (args.kernel) {